Remove end-of-line from .editorconfig (#239)
* Add Editor config * reset sln * remove end-of-line setting
This commit is contained in:
parent
a98cb50a70
commit
0f615faff9
@ -4,7 +4,6 @@ root = true
|
|||||||
charset = utf-8-bom
|
charset = utf-8-bom
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = crlf
|
|
||||||
|
|
||||||
[*.{cpp,h}]
|
[*.{cpp,h}]
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
Loading…
Reference in New Issue
Block a user