update editorconfig

This commit is contained in:
Philipp Kühn
2018-11-08 21:57:35 +01:00
parent 987450b48c
commit b8b82220ba

View File

@@ -8,7 +8,7 @@ charset = utf-8
insert_final_newline = true insert_final_newline = true
max_line_length = 100 max_line_length = 100
[*.{js,css,scss,vue}] [*.{html,js,css,scss,vue}]
trim_trailing_whitespace = true trim_trailing_whitespace = true
indent_style = space indent_style = space
indent_size = 2 indent_size = 2