diff --git a/.editorconfig b/.editorconfig index d338199..2d99c04 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] charset = utf-8 -end_of_line = CRLF +end_of_line = LF indent_style = space indent_size = 4 insert_final_newline = false @@ -26,9 +26,6 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false -[*.sh] -end_of_line = lf - [*.cs] # Prefer file scoped namespace declarations csharp_style_namespace_declarations = file_scoped:warning