diff --git a/.editorconfig b/.editorconfig index 9561aef9..49490f44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,7 @@ indent_size = 4 indent_style = space [*.{cs,vb}] +end_of_line = lf dotnet_separate_import_directive_groups = false dotnet_sort_system_directives_first = true dotnet_style_coalesce_expression = true:suggestion diff --git a/.gitattributes b/.gitattributes index 45cf1e57..18e80646 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. *.config text -*.cs text diff=csharp +*.cs text eol=lf diff=csharp *.manifest text *.md text *.resx text