[no-ci] indent with tabs in shell scripts (#1156)

pull/1158/head
Paul Philippov 2023-11-22 12:24:49 -05:00 committed by GitHub
parent 511b2d4c8b
commit 089144f01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 189 additions and 189 deletions

View File

@ -4,7 +4,7 @@ root = true
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_style = tab
insert_final_newline = true
max_line_length = 120
tab_width = 2