Update .editorconfig

This commit is contained in:
Oliver Davies 2018-12-18 22:49:11 +00:00 committed by GitHub
parent 6815b9c4c2
commit 7d15435fb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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