Fix indention.
This commit is contained in:
parent
c86eae338d
commit
1bc8f3f6d9
@ -8,6 +8,11 @@ end_of_line = LF
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
; 4-column tab indentation
|
||||||
|
[*.sh]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
; 4-column tab indentation and .NET coding conventions
|
; 4-column tab indentation and .NET coding conventions
|
||||||
[*.cs]
|
[*.cs]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user