Fix indention.

This commit is contained in:
Matthias Mailänder 2023-04-15 18:37:35 +02:00 committed by abcdefg30
parent c86eae338d
commit 1bc8f3f6d9
2 changed files with 22 additions and 17 deletions

View File

@ -8,6 +8,11 @@ end_of_line = LF
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]
indent_style = tab