diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 20:42:17 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 22:31:02 -0400 |
commit | 0c3396bd4761d833e5cec05070544e03f91d1f2e (patch) | |
tree | 75fdf781626f88c2db973c31c31e1c8d2d017f33 /.editorconfig | |
parent | 66615bb2095df3dda23ff393f6bb8bd9dd50a766 (diff) |
wip vuevue
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
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 |