Use tabs to indent in json

Change-Id: I9db480b4ece952d178a9b661e3ab6b387a35b012
This commit is contained in:
Umherirrender 2017-03-31 23:46:54 +02:00
parent 784fbace6e
commit 9058e21f4b
2 changed files with 19 additions and 19 deletions

View file

@ -1,9 +1,9 @@
{
"@metadata": {
"authors": [
"Jocke Pirat",
"Omnipaedista"
]
},
"interwiki_reasonfield": "𐍆𐌰𐌹𐍂𐌹𐌽𐌰:"
"@metadata": {
"authors": [
"Jocke Pirat",
"Omnipaedista"
]
},
"interwiki_reasonfield": "𐍆𐌰𐌹𐍂𐌹𐌽𐌰:"
}

View file

@ -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"
}
}