Browse Source

Add makeful rules to .editorconfig

OMFG, why is it not set to tabs??
pull/6270/head 0.6.407
Drashna Jaelre 4 years ago
committed by skullydazed
parent
commit
da86484027
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .editorconfig

+ 2
- 0
.editorconfig View File

@ -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


Loading…
Cancel
Save