Update .editorconfig
This commit is contained in:
parent
6815b9c4c2
commit
7d15435fb0
|
@ -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
|
||||
|
|
Reference in a new issue