Skip to content

Commit 882ee82

Browse files
committed
Change Makefile indentation character to tab
Per [review comment by @pavoljuhas](#885 (comment)), Makefiles use tab for indentation and so the configuration needs to change `indent_style` accordingly.
1 parent 496013b commit 882ee82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ indent_size = 4
3939
indent_size = 4
4040

4141
[{Makefile,makefile,*.mk}]
42+
indent_style = tab
4243
indent_size = 4
4344

4445
[{*.cc,*.h}]

0 commit comments

Comments
 (0)