From e738efe217fc06572f37f8a4e732f3083b6cb1cd Mon Sep 17 00:00:00 2001 From: Claudius Date: Thu, 4 Apr 2019 12:31:08 +0200 Subject: specifying the locale jsons to be in the exact style of poeditor should cut down on unneccessary changes ('churn') Signed-off-by: Claudius --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3