mirror of https://github.com/OpenIPC/firmware.git
[no-ci] indent with tabs in shell scripts (#1156)
parent
511b2d4c8b
commit
089144f01e
|
@ -4,7 +4,7 @@ root = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
tab_width = 2
|
tab_width = 2
|
||||||
|
|
Loading…
Reference in New Issue