diff --git a/.editorconfig b/.editorconfig index 349cc2b8..650b9ee1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space +[*.vue] +indent_size = 2 + # Markdown customizations [*.md] trim_trailing_whitespace = false