style(editorconfig): Add rule for Makefile

This commit is contained in:
Edwin Kofler 2023-11-18 15:44:38 -08:00
parent 3de2e7e819
commit 15b7fe49d1
No known key found for this signature in database
GPG Key ID: A1E60C1F1A423B08
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ charset = utf-8
[*.sh]
indent_size = 2
[Makefile]
indent_style = tab