mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-05 20:51:09 -07:00
Remove duplicate .editorconfig. (#257)
* Remove duplicate .editorconfig * Update .editorconfig to remove forcing crlf as discussed in #225.
This commit is contained in:
parent
0f615faff9
commit
67fa2286eb
2 changed files with 0 additions and 11 deletions
|
@ -5,7 +5,6 @@ root = true
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = crlf
|
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
root = true
|
|
||||||
|
|
||||||
[*.{xaml,cpp,h}]
|
|
||||||
charset = utf-8-bom
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
[*.{cpp,h}]
|
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
|
Loading…
Add table
Add a link
Reference in a new issue