Include more tab indented files.
This commit is contained in:
parent
1bc8f3f6d9
commit
3a346d9148
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user