summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-31 11:49:55 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-31 11:49:55 -0300
commit325ddb020497a7a6aa2f6be819e887c410766706 (patch)
treebb15b5d0582a052282d1bdc4c4a91614027f99ee /.editorconfig
parent5feda3559106e9d1f156fe25761c1a8c7c21db26 (diff)
downloadchat-325ddb020497a7a6aa2f6be819e887c410766706.tar.gz
chat-325ddb020497a7a6aa2f6be819e887c410766706.tar.bz2
chat-325ddb020497a7a6aa2f6be819e887c410766706.zip
Update .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 15dd92ecd..5325248da 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,7 +14,13 @@ indent_style = tab
indent_style = space
indent_size = 4
-[web/react/package.json]
+[webapp/package.json]
+indent_size = 2
+
+[i18n/**.json]
+indent_size = 2
+
+[webapp/i18n/**.json]
indent_size = 2
[Makefile]