Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148661

Change subject: Consistently use tabs for indentation (but spaces in code 
comments)
......................................................................

Consistently use tabs for indentation (but spaces in code comments)

Change-Id: I2dbbec230283993e223a356298249ae72958618f
---
M GlobalCssJs.php
M i18n/central/en.json
M i18n/central/qqq.json
M i18n/core/en.json
4 files changed, 37 insertions(+), 37 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalCssJs 
refs/changes/61/148661/1

diff --git a/GlobalCssJs.php b/GlobalCssJs.php
index c3f00da..fa5ae30 100644
--- a/GlobalCssJs.php
+++ b/GlobalCssJs.php
@@ -1,8 +1,8 @@
 <?php
 
 if( !defined( 'MEDIAWIKI' ) ) {
-    echo( "This is an extension to the MediaWiki software and cannot be used 
standalone" );
-    die;
+       echo( "This is an extension to the MediaWiki software and cannot be 
used standalone" );
+       die;
 }
 
 $wgExtensionCredits['other'][] = array(
@@ -20,17 +20,17 @@
  * Administrators can put global code on MediaWiki:Global.js and .css
  *
  * Required properties:
- *     'wiki' - name of the central wiki database
- *     'source' - name of a ResourceLoader source pointing to the central wiki
+ *   'wiki' - name of the central wiki database
+ *   'source' - name of a ResourceLoader source pointing to the central wiki
  *
  * For example:
  * $wgGlobalCssJsConfig = array(
- *     'wiki' => 'metawiki',
- *     'source' => 'metawiki',
+ *   'wiki' => 'metawiki',
+ *   'source' => 'metawiki',
  * );
  * $wgResourceLoaderSources['metawiki'] = array(
- *     'apiScript' => '//meta.wikimedia.org/w/api.php',
- *     'loadScript' => '//meta.wikimedia.org/w/load.php',
+ *   'apiScript' => '//meta.wikimedia.org/w/api.php',
+ *   'loadScript' => '//meta.wikimedia.org/w/load.php',
  * );
  * @var array
  */
diff --git a/i18n/central/en.json b/i18n/central/en.json
index f4a2f34..dac0734 100644
--- a/i18n/central/en.json
+++ b/i18n/central/en.json
@@ -1,9 +1,9 @@
 {
-    "@metadata": {
-        "authors": [
-            "Kunal Mehta"
-        ]
-    },
-    "global.js": "/* Any JavaScript here will be loaded for all users on all 
wikis on every page load. */",
-    "global.css": "/* Any CSS here will be loaded for all users on on all 
wikis every page load. */"
-}
\ No newline at end of file
+       "@metadata": {
+               "authors": [
+                       "Kunal Mehta"
+               ]
+       },
+       "global.js": "/* Any JavaScript here will be loaded for all users on 
all wikis on every page load. */",
+       "global.css": "/* Any CSS here will be loaded for all users on on all 
wikis every page load. */"
+}
diff --git a/i18n/central/qqq.json b/i18n/central/qqq.json
index 80ac8e1..c374e5c 100644
--- a/i18n/central/qqq.json
+++ b/i18n/central/qqq.json
@@ -1,9 +1,9 @@
 {
-    "@metadata": {
-        "authors": [
-            "Kunal Mehta"
-        ]
-    },
-    "global.js": "JavaScript comment",
-    "global.css": "CSS comment"
-}
\ No newline at end of file
+       "@metadata": {
+               "authors": [
+                       "Kunal Mehta"
+               ]
+       },
+       "global.js": "JavaScript comment",
+       "global.css": "CSS comment"
+}
diff --git a/i18n/core/en.json b/i18n/core/en.json
index 5d46688..eee00a5 100644
--- a/i18n/core/en.json
+++ b/i18n/core/en.json
@@ -1,14 +1,14 @@
 {
-    "@metadata": {
-        "authors": [
-            "Ryan Schmidt",
-            "Kunal Mehta"
-        ]
-    },
-    "globalcssjs-desc": "Allows CSS and JavaScript on a central wiki to be 
loaded for all connected wikis",
-    "globalcssjs-warning-js": "Any JavaScript added to this page will be 
loaded on all wikis where you have an account.",
-    "globalcssjs-warning-css": "Any CSS added to this page will be loaded on 
all wikis where you have an account.",
-    "globalcssjs-custom-css-js": "Shared CSS/JavaScript for all wikis",
-    "globalcssjs-custom-js": "Custom JavaScript",
-    "globalcssjs-custom-css": "Custom CSS"
-}
\ No newline at end of file
+       "@metadata": {
+               "authors": [
+                       "Ryan Schmidt",
+                       "Kunal Mehta"
+               ]
+       },
+       "globalcssjs-desc": "Allows CSS and JavaScript on a central wiki to be 
loaded for all connected wikis",
+       "globalcssjs-warning-js": "Any JavaScript added to this page will be 
loaded on all wikis where you have an account.",
+       "globalcssjs-warning-css": "Any CSS added to this page will be loaded 
on all wikis where you have an account.",
+       "globalcssjs-custom-css-js": "Shared CSS/JavaScript for all wikis",
+       "globalcssjs-custom-js": "Custom JavaScript",
+       "globalcssjs-custom-css": "Custom CSS"
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/148661
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2dbbec230283993e223a356298249ae72958618f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GlobalCssJs
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to