mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-13 17:48:59 +00:00
Use tabs to indent in json
Change-Id: I9db480b4ece952d178a9b661e3ab6b387a35b012
This commit is contained in:
parent
784fbace6e
commit
9058e21f4b
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Jocke Pirat",
|
||||
"Omnipaedista"
|
||||
]
|
||||
},
|
||||
"interwiki_reasonfield": "𐍆𐌰𐌹𐍂𐌹𐌽𐌰:"
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Jocke Pirat",
|
||||
"Omnipaedista"
|
||||
]
|
||||
},
|
||||
"interwiki_reasonfield": "𐍆𐌰𐌹𐍂𐌹𐌽𐌰:"
|
||||
}
|
24
package.json
24
package.json
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-jshint": "0.11.3",
|
||||
"grunt-banana-checker": "0.4.0",
|
||||
"grunt-jscs": "2.1.0",
|
||||
"grunt-jsonlint": "1.0.7"
|
||||
}
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-jshint": "0.11.3",
|
||||
"grunt-banana-checker": "0.4.0",
|
||||
"grunt-jscs": "2.1.0",
|
||||
"grunt-jsonlint": "1.0.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue