Skip to content

Commit acfcd6f

Browse files
authored
Merge pull request #2935 from nschonni/fix--ExitorConfig-glob-for-Makefiles
fix: EditorConfig glob for Makefiles
2 parents c713140 + d6606e3 commit acfcd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ insert_final_newline = true
1010
indent_style = space
1111
indent_size = 2
1212

13-
[{Makefile, GNUmakefile.am}]
13+
[{Makefile,GNUmakefile.am}]
1414
indent_style = tab
1515
indent_size = 4

0 commit comments

Comments
 (0)