editorconfig - use spaces for vue files

pull/1/head
Thomas Ballmann 3 years ago
parent c1ded8cb7a
commit 7fc22e0969

@ -10,6 +10,6 @@ trim_trailing_whitespace = true
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{*.yml,*.yaml,package.json,.eslintrc.js,vue.config.js,*.js}]
[{*.yml,*.yaml,package.json,.eslintrc.js,vue.config.js,*.js,*.vue}]
indent_style = space
indent_size = 2
Loading…
Cancel
Save