Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2935 from nschonni/fix--ExitorConfig-glob-for-Mak…
Browse files Browse the repository at this point in the history
…efiles

fix: EditorConfig glob for Makefiles
  • Loading branch information
nschonni committed Jul 4, 2019
2 parents c713140 + d6606e3 commit acfcd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ insert_final_newline = true
indent_style = space
indent_size = 2

[{Makefile, GNUmakefile.am}]
[{Makefile,GNUmakefile.am}]
indent_style = tab
indent_size = 4

0 comments on commit acfcd6f

Please sign in to comment.