Skip to content

Commit

Permalink
Add makeful rules to .editorconfig
Browse files Browse the repository at this point in the history
OMFG, why is it not set to tabs??
  • Loading branch information
drashna authored and skullydazed committed Jul 5, 2019
1 parent 509a34f commit da86484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ indent_size = 4
# Make these match what we have in .gitattributes
[*.mk]
end_of_line = lf
indent_style = tab

[Makefile]
end_of_line = lf
indent_style = tab

[*.sh]
end_of_line = lf
Expand Down

0 comments on commit da86484

Please sign in to comment.