From e7fc0fe788a3a0889ccb310a9fe93866192b822d Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Fri, 10 Mar 2017 17:59:28 -0300 Subject: [PATCH] Keep LingoHub ident style for JSON translations --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 23d04f8dd4e..923a1d93ce6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,9 @@ insert_final_newline = true [*.{js,coffee,html,less,json}] indent_style = tab +[*.i18n.json] +indent_style = space +indent_size = 2 + [*.md] trim_trailing_whitespace = false