From d06050eba31e974ec6c2e43891017132906e93b0 Mon Sep 17 00:00:00 2001 From: Ivan Maximov Date: Sun, 1 Dec 2024 18:48:26 +0300 Subject: [PATCH] Force editorconfig + small changes --- .editorconfig | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 55dcd64..4e2fdc7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,19 +1,13 @@ root = true [*] +charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 4 -end_of_line = lf [*.{csproj,json,config,yml,props}] indent_size = 2 -[*.sh] -end_of_line = lf - -[*.{cmd, bat}] -end_of_line = crlf - csharp_style_namespace_declarations = file_scoped:suggestion