specifying the locale jsons to be in the exact style of poeditor should cut down on unneccessary changes ('churn')

Signed-off-by: Claudius <opensource@amenthes.de>
This commit is contained in:
Claudius
2019-04-04 12:31:08 +02:00
parent f13a91c698
commit e738efe217
2 changed files with 7 additions and 0 deletions

View File

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