[BUGFIX] Correct EditorConfig
This commit is contained in:
parent
1fa034e1e8
commit
4d47587278
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
# top-most EditorConfig file
|
# top-most EditorConfig file
|
||||||
root = true
|
root = true
|
||||||
charset = utf-8
|
|
||||||
|
|
||||||
# Get rid of whitespace to avoid diffs with a bunch of EOL changes
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
||||||
|
|
||||||
|
# Get rid of whitespace to avoid diffs with a bunch of EOL changes
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{js,html,scss,json,yml,md}]
|
[*.{js,html,scss,json,yml,md}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user