mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 05:01:07 -07:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue