mirror of https://github.com/OpenIPC/firmware.git
indent with tab in bash scripts
parent
f003efd390
commit
62655c6f71
|
@ -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