From b047898982bb8edc46f85ec91af4de82a2fb0374 Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Fri, 1 Sep 2023 11:29:38 +0300 Subject: [PATCH] und - Updated .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.editorconfig b/.editorconfig index 557472d..32f903d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,15 @@ charset = utf-8 [*.sh] end_of_line = lf + +[*.resx] +end_of_line = crlf +insert_final_newline = true +indent_style = space +indent_size = 2 + +[*.csproj] +end_of_line = crlf +insert_final_newline = true +indent_style = space +indent_size = 2