From 317df6611933207ca4bee8da17eb68cc2b15d975 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 31 Mar 2017 23:47:20 +0200 Subject: [PATCH] Use tabs to indent in json Change-Id: I60c586418679fd5709aef4b9e23e814c45dfb35b --- i18n/got.json | 14 +++++++------- i18n/test.json | 10 +++++----- package.json | 28 ++++++++++++++-------------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/i18n/got.json b/i18n/got.json index 174d5ec..3c7147d 100644 --- a/i18n/got.json +++ b/i18n/got.json @@ -1,9 +1,9 @@ { - "@metadata": { - "authors": [ - "Jocke Pirat" - ] - }, - "math_sample": "Lagjan formula her", - "math_tip": "MaĆ¾emateikaleiks formula (LaTeX)" + "@metadata": { + "authors": [ + "Jocke Pirat" + ] + }, + "math_sample": "Lagjan formula her", + "math_tip": "MaĆ¾emateikaleiks formula (LaTeX)" } \ No newline at end of file diff --git a/i18n/test.json b/i18n/test.json index 06aab8c..93197ca 100644 --- a/i18n/test.json +++ b/i18n/test.json @@ -1,7 +1,7 @@ { - "@metadata": { - "authors": [] - }, - "math_sample": "x", - "math_tip": "x" + "@metadata": { + "authors": [] + }, + "math_sample": "x", + "math_tip": "x" } \ No newline at end of file diff --git a/package.json b/package.json index 1fb2b94..7ca86d0 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { - "private": true, - "scripts": { - "test": "grunt test" - }, - "devDependencies": { - "eslint-config-wikimedia": "0.3.0", - "grunt": "1.0.1", - "grunt-banana-checker": "0.5.0", - "grunt-contrib-watch": "1.0.0", - "grunt-eslint": "19.0.0", - "grunt-jsonlint": "1.0.7", - "grunt-stylelint": "0.7.0", - "stylelint-config-wikimedia": "0.4.1" - } + "private": true, + "scripts": { + "test": "grunt test" + }, + "devDependencies": { + "eslint-config-wikimedia": "0.3.0", + "grunt": "1.0.1", + "grunt-banana-checker": "0.5.0", + "grunt-contrib-watch": "1.0.0", + "grunt-eslint": "19.0.0", + "grunt-jsonlint": "1.0.7", + "grunt-stylelint": "0.7.0", + "stylelint-config-wikimedia": "0.4.1" + } }