Skip to content

Commit 564b805

Browse files
authored
Merge pull request #295 from lumynou5/editorconfig
Refine EditorConfig glob spec
2 parents d4d5f11 + 498780e commit 564b805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ indent_style = tab
1010
indent_size = 4
1111
max_line_length = 80
1212

13-
[**/*.[ch]]
13+
[*.[ch]]
1414
indent_style = space
1515
indent_size = 4
1616
max_line_length = 80
1717

18-
[{**/*.py,.ci/*}]
18+
[{*.py,/.ci/*}]
1919
indent_style = space
2020
indent_size = 4
2121

22-
[{scripts/*,.github/workflows/*}]
22+
[{/scripts/*,/.github/workflows/*}]
2323
indent_style = space
2424
indent_size = 2

0 commit comments

Comments
 (0)