.editorconfig: add Makefile rules

This commit is contained in:
Drew DeVault 2020-01-06 15:38:48 -05:00 committed by Natanael Copa
parent 1bf7e588df
commit 77922d5c41
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ indent_style = space
[apkbuild-pypi.in]
indent_size = 4
indent_style = space
[Makefile]
indent_size = 8
indent_style = tab