editorconfig: add exceptions for Makefiles

- [*.mk]
- [Makefile]

OpenWrt and Gluon use spaces for a better overview,
tabs are used for `make` to mark recipes as such.
This commit is contained in:
Jan-Niklas Burfeind 2022-12-16 19:37:13 +01:00
parent 48b70a9ea5
commit f2d137b17a

View File

@ -35,6 +35,9 @@ indent_size = 2
[*.lua]
[{Makefile,*.mk}]
indent_style = unset
[*.md]
indent_style = space
indent_size = 4