Skip to content

Commit

Permalink
Include more tab indented files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender authored and abcdefg30 committed Apr 20, 2023
1 parent 1bc8f3f commit 3a346d9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3a346d9

Please sign in to comment.