Merge pull request #2372 from DuendeSoftware/dh/dotnet-format

Add end_of_line = lf to .editorconfig
This commit is contained in:
Damian Hickey 2026-02-21 09:11:58 +01:00 committed by GitHub
commit acde914cbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true