diff --git a/.editorconfig b/.editorconfig index 788149656b8..66a6ee2814c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,8 +4,10 @@ # top-most EditorConfig file root = true +# Standardize on CR/LF (Windows) line endings # Don't use tabs for indentation. [*] +end_of_line = crlf indent_style = space # (Please don't specify an indent_size here; that has too many unintended consequences.) @@ -182,4 +184,4 @@ csharp_space_between_parentheses = false # Blocks are allowed csharp_prefer_braces = true:silent csharp_preserve_single_line_blocks = true -csharp_preserve_single_line_statements = true \ No newline at end of file +csharp_preserve_single_line_statements = true