Skip to content

Commit c1d9010

Browse files
committed
Reorder settings
1 parent f211318 commit c1d9010

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.editorconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ indent_style = tab
2828
[*.css]
2929
indent_style = tab
3030

31+
[Makefile]
32+
indent_style = tab
33+
34+
[*.mk]
35+
indent_style = tab
36+
3137
[*.md]
3238
indent_style = space
3339
indent_size = 4
@@ -47,9 +53,3 @@ indent_style = tab
4753
[*.yml]
4854
indent_style = space
4955
indent_size = 2
50-
51-
[Makefile]
52-
indent_style = tab
53-
54-
[*.mk]
55-
indent_style = tab

0 commit comments

Comments
 (0)