enable editorconfig for all files

This commit is contained in:
Philipp Kühn 2020-09-25 18:01:53 +02:00
parent f71e4df72e
commit 0a4cd2618e

View File

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