mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Merge pull request #2372 from DuendeSoftware/dh/dotnet-format
Add end_of_line = lf to .editorconfig
This commit is contained in:
commit
acde914cbe
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ root = true
|
|||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue