summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 20:42:17 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 22:31:02 -0400
commit0c3396bd4761d833e5cec05070544e03f91d1f2e (patch)
tree75fdf781626f88c2db973c31c31e1c8d2d017f33 /.editorconfig
parent66615bb2095df3dda23ff393f6bb8bd9dd50a766 (diff)
wip vuevue
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 71581bf..aed72d1 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,6 +6,9 @@ insert_final_newline = true
charset = utf-8
indent_style = tab
+[*.el]
+indent_style = space
+
[package.json]
# This matches what `yarn` writes
indent_style = space