@@ -, +, @@ --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/.editorconfig +++ a/.editorconfig @@ -1,7 +1,7 @@ # top-most EditorConfig file (http://editorconfig.org) root = true -[*] +[{*.*,!*.vue}] # Unix-style newlines with a newline ending every file end_of_line = lf insert_final_newline = true --