diff --git a/.editorconfig b/.editorconfig index 39cb692c8..e717f5eb6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,9 @@ +# http://editorconfig.org root = true [*] indent_style = space +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true @@ -9,15 +11,3 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false - -[*.js] -indent_size = 2 - -[*.vue] -indent_size = 2 - -[*.css] -indent_size = 2 - -[Makefile] -indent_style = tab