Merge pull request #1949 from gaelicWizard/EditorTab

EditorConfig: set `indent_size = tab`
This commit is contained in:
Noah Gorny
2021-09-18 12:38:42 +03:00
committed by GitHub

View File

@@ -13,16 +13,18 @@ insert_final_newline = true
trim_trailing_whitespace = false trim_trailing_whitespace = false
[.git*] [.git*]
indent_size = tab
indent_style = tab indent_style = tab
[{**.*sh,test/run}] [{**.*sh,test/run}]
indent_size = tab
indent_style = tab indent_style = tab
shell_variant = bash shell_variant = bash
binary_next_line = true # like -bn binary_next_line = true # like -bn
switch_case_indent = true # like -ci switch_case_indent = true # like -ci
space_redirects = true # like -sr space_redirects = true # like -sr
keep_padding = false # like -kp keep_padding = false # like -kp
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true