Add editorconfig for Makefile (#9623)

This commit is contained in:
Daniel Tschinder 2019-03-04 14:26:22 -08:00 committed by GitHub
parent f195daa092
commit 38ef4b7467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,8 @@ end_of_line = lf
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[*.{md,markdown}]
trim_trailing_whitespace = false