Skip to content

Commit

Permalink
Merge pull request #1760 from cornfeedhobo/editorconfig-fixes
Browse files Browse the repository at this point in the history
Editorconfig fixes
  • Loading branch information
Noah Gorny committed Jan 1, 2021
2 parents 1302087 + ded58f2 commit 3addebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3addebb

Please sign in to comment.