Include more tab indented files.

This commit is contained in:
Matthias Mailänder 2023-04-16 10:13:14 +02:00 committed by abcdefg30
parent 1bc8f3f6d9
commit 3a346d9148

View File

@ -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