Skip to content

Commit f2dc744

Browse files
authored
Merge pull request #3134 from hirooih/build-sys-editconfig-update
build-sys: .editerconfig update
2 parents 56b6e89 + 417682e commit f2dc744

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.editorconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ indent_size = 4
1919
indent_style = space
2020
trim_trailing_whitespace = true
2121

22-
[*.mak]
22+
[{Makefile*,*.mak}]
2323
indent_size = 8
2424
indent_style = tab
2525
trim_trailing_whitespace = true
@@ -29,10 +29,7 @@ indent_size = 4
2929
indent_style = tab
3030
trim_trailing_whitespace = true
3131

32-
[fnmatch/*.{c,h}]
33-
tab_width = 8
34-
35-
[gnu_regex/*.{c,h}]
32+
[gnulib/*.{c,h}]
3633
tab_width = 8
3734

3835
[misc/optlib2c]

0 commit comments

Comments
 (0)