Merge pull request #1916 from gaelicWizard/EditorConfig

Don't set `indent_size` when using tabs
pull/1921/head
Noah Gorny 2021-08-15 21:04:51 +03:00 committed by GitHub
commit 907fa1de96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ indent_style = tab
[{**.*sh,test/run}] [{**.*sh,test/run}]
indent_style = tab indent_style = tab
indent_size = 4
shell_variant = bash shell_variant = bash
binary_next_line = true # like -bn binary_next_line = true # like -bn