diff options
author | Drashna Jaelre <drashna@live.com> | 2019-07-04 21:36:50 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-05 11:35:55 -0700 |
commit | da86484027f6f5deb33799a67a5053bdaa330f51 (patch) | |
tree | 7edbf2459789aaab214012e0527114bc86f2b9e5 /.editorconfig | |
parent | 509a34fbabeb57d57c35ddfd0243ebee3f0618a8 (diff) | |
download | firmware-da86484027f6f5deb33799a67a5053bdaa330f51.tar.gz firmware-da86484027f6f5deb33799a67a5053bdaa330f51.tar.bz2 firmware-da86484027f6f5deb33799a67a5053bdaa330f51.zip |
Add makeful rules to .editorconfig
OMFG, why is it not set to tabs??
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index c8cb35b86..26e3a39cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |