enable editorconfig for all files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user