Merge pull request #1760 from cornfeedhobo/editorconfig-fixes
Editorconfig fixes
This commit is contained in:
@@ -9,13 +9,13 @@ charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{md,rst}]
|
||||
[**.{md,rst}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[.git*]
|
||||
indent_style = tab
|
||||
|
||||
[*.*sh]
|
||||
[{**.*sh,test/run}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user