diff --git a/.editorconfig b/.editorconfig index fe115d4c0..e266fdfcb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ max_line_length = 80 [COMMIT_EDITMSG] max_line_length = 0 + +[*.{js, vue}] +indent_size = 2 +indent_style = space \ No newline at end of file