Skip to content

Commit 3addebb

Browse files
author
Noah Gorny
authored
Merge pull request #1760 from cornfeedhobo/editorconfig-fixes
Editorconfig fixes
2 parents 1302087 + ded58f2 commit 3addebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

12-
[*.{md,rst}]
12+
[**.{md,rst}]
1313
trim_trailing_whitespace = false
1414

1515
[.git*]
1616
indent_style = tab
1717

18-
[*.*sh]
18+
[{**.*sh,test/run}]
1919
indent_style = tab
2020
indent_size = 4
2121

0 commit comments

Comments
 (0)