Merge pull request #1760 from cornfeedhobo/editorconfig-fixes

Editorconfig fixes
pull/1759/head
Noah Gorny 2021-01-02 00:42:22 +02:00 committed by GitHub
commit 3addebb66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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