From 3a346d91481093924967f313660e35f92d90a2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 16 Apr 2023 10:13:14 +0200 Subject: [PATCH] Include more tab indented files. --- .editorconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2ca13d5..ac0aaea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,15 +9,11 @@ insert_final_newline = true trim_trailing_whitespace = true ; 4-column tab indentation -[*.sh] -indent_style = tab -indent_size = 4 - -; 4-column tab indentation and .NET coding conventions -[*.cs] +[*.{cs,csproj,yaml,lua,sh,ps1}] indent_style = tab indent_size = 4 +; .NET coding conventions dotnet_separate_import_directive_groups = false dotnet_sort_system_directives_first = true