summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-03-31 12:22:16 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-03-31 12:22:16 -0400
commitfa330c8e697c825148f4334ed40e91b3e16b128b (patch)
tree2305967b9ffeed52cc696e33273d1e0069f35f5f
parenta0a747b2b3c39f18cb83cbb4825849dd7ae84b54 (diff)
parent325ddb020497a7a6aa2f6be819e887c410766706 (diff)
downloadchat-fa330c8e697c825148f4334ed40e91b3e16b128b.tar.gz
chat-fa330c8e697c825148f4334ed40e91b3e16b128b.tar.bz2
chat-fa330c8e697c825148f4334ed40e91b3e16b128b.zip
Merge pull request #2592 from ZBoxApp/editorconfig
Update .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]