Merge pull request #1949 from gaelicWizard/EditorTab

EditorConfig: set `indent_size = tab`
pull/1935/head
Noah Gorny 2021-09-18 12:38:42 +03:00 committed by GitHub
commit b72588edfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,9 +13,11 @@ insert_final_newline = true
trim_trailing_whitespace = false
[.git*]
indent_size = tab
indent_style = tab
[{**.*sh,test/run}]
indent_size = tab
indent_style = tab
shell_variant = bash