indent with tab in bash scripts

pull/1156/head
Paul Philippov 2023-11-22 03:21:48 -05:00
parent f003efd390
commit 62655c6f71
5 changed files with 189 additions and 189 deletions

View File

@ -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