Skip to content

Commit 4eae076

Browse files
committed
fix: change indent for .mk files to tab
The editor config uses spaces as standard indent. That was causing issues working on Makefiles with .mk file extension because Makefiles enforce tabs. To fix this issue I added .mk files to the list of tab indented files Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>
1 parent 6fb7028 commit 4eae076

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
@@ -24,5 +24,5 @@ indent_style = space
2424
indent_size = 4
2525

2626
# Tab indentation (no size specified)
27-
[Makefile]
27+
[{Makefile,*.mk}]
2828
indent_style = tab

0 commit comments

Comments
 (0)