From 42d69a95f3276a2d6089ca68f635c4e2f6aa7a23 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 16:45:36 +0200 Subject: convert tabs indention to indention with 4 spaces because of mixing of both variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab --- js/bower.json | 66 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'js/bower.json') diff --git a/js/bower.json b/js/bower.json index 131364cee..fab85ce2e 100644 --- a/js/bower.json +++ b/js/bower.json @@ -1,35 +1,35 @@ { - "name": "ownCloud-news", - "version": "3.4.6", - "homepage": "https://github.com/owncloud/news", - "authors": [ - "Bernhard Posselt " - ], - "description": "An RSS/Atom feed reader", - "keywords": [ - "rss", - "atom", - "owncloud", - "feed", - "reader", - "app" - ], - "license": "AGPL", - "private": true, - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "dependencies": { - "angular": "~1.3.*", - "angular-route": "~1.3.*", - "angular-mocks": "~1.3.*", - "angular-sanitize": "~1.3.*", - "jquery": "~2.*", - "momentjs": "~2.8.*", - "es6-shim": "~0.18.*" - } + "name": "ownCloud-news", + "version": "3.4.6", + "homepage": "https://github.com/owncloud/news", + "authors": [ + "Bernhard Posselt " + ], + "description": "An RSS/Atom feed reader", + "keywords": [ + "rss", + "atom", + "owncloud", + "feed", + "reader", + "app" + ], + "license": "AGPL", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angular": "~1.3.*", + "angular-route": "~1.3.*", + "angular-mocks": "~1.3.*", + "angular-sanitize": "~1.3.*", + "jquery": "~2.*", + "momentjs": "~2.8.*", + "es6-shim": "~0.18.*" + } } -- cgit v1.2.3