Transform spaces to tabs
- Better usage for different editors - Easier to handle
This commit is contained in:
parent
f16917d04f
commit
6661266e15
|
@ -6,7 +6,7 @@ insert_final_newline = true
|
|||
max_line_length=120
|
||||
|
||||
[*.sh]
|
||||
indent_style = space
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
|
Loading…
Reference in New Issue