diff options
author | Drashna Jaelre <drashna@live.com> | 2019-07-04 21:36:50 -0700 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-07-10 09:05:31 +0900 |
commit | 3e7e8a3d9f0b318c955c59c22d7d8c16f49618aa (patch) | |
tree | 1320783fab0890730b8447aac57a365c737f441c /.editorconfig | |
parent | 70ed220c193fbda335f9ec6ab8cd0e016d7f7b9e (diff) |
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 4cd051ce95..d4fd6aa2dc 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 |