Skip to content
Snippets Groups Projects
Commit f2d137b1 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

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.
parent 48b70a9e
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,9 @@ indent_size = 2 ...@@ -35,6 +35,9 @@ indent_size = 2
[*.lua] [*.lua]
[{Makefile,*.mk}]
indent_style = unset
[*.md] [*.md]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment