enforce lf eol in editorconfig
This commit is contained in:
parent
82ab61605e
commit
6d5565b0aa
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
Loading…
Reference in a new issue