diff options
author | Christoph (Sheogorath) Kern | 2019-04-04 13:45:31 +0200 |
---|---|---|
committer | GitHub | 2019-04-04 13:45:31 +0200 |
commit | 0d3e065e342d344727b2a92d1ba5da59b5f058cb (patch) | |
tree | 406c36d5b199d6494f2e811e6c9f48984a8610ea /.editorconfig | |
parent | 279235fbbbd723eef1167c1ed3ee4fcb8c558fea (diff) | |
parent | e738efe217fc06572f37f8a4e732f3083b6cb1cd (diff) |
Merge pull request #35 from ccoenen/enhancement/translation-churn
specifying the locale jsons to be in the exact style of poeditor
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 75e2a698..1629e28f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,9 @@ trim_trailing_whitespace = false [{.travis.yml,npm-shrinkwrap.json,package.json}] indent_style = space indent_size = 2 + +[locales/*.json] +# this is the exact style poeditor.com exports, so this should prevent churn. +insert_final_newline = false +indent_style = space +indent_size = 4 |