Correct EditorConfig for Makefiles

It was deciding to convert tabs to spaces on save, which isn’t great.
This commit is contained in:
Greg Pfeil 2023-02-15 08:57:11 -07:00
parent 2d456afebe
commit 8de607322e
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{Makefile*, *.mk}]
indent_style = tab