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
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
; 4-column tab indentation
|
; 4-column tab indentation
|
||||||
[*.sh]
|
[*.{cs,csproj,yaml,lua,sh,ps1}]
|
||||||
indent_style = tab
|
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
; 4-column tab indentation and .NET coding conventions
|
|
||||||
[*.cs]
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
; .NET coding conventions
|
||||||
dotnet_separate_import_directive_groups = false
|
dotnet_separate_import_directive_groups = false
|
||||||
dotnet_sort_system_directives_first = true
|
dotnet_sort_system_directives_first = true
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user