Merge pull request #6525 from sellout/makefile-editorconfig

Correct EditorConfig for Makefiles
This commit is contained in:
Kris Nuttycombe 2023-04-03 18:55:59 -06:00 committed by GitHub
commit 3b0f6ad3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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