summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index c53bf25..2a1ca7c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,10 @@ tab_size = 8
tab_size = 4
indent_size = 4
+[*.js]
+tab_size = 4
+indent_size = 4
+
[*.py]
indent_style = space
indent_size = 4