Browse Source

Use tabs in Makefiles

tags/v1.0.2
Sandro Santilli 8 years ago
parent
commit
c808e8c138
  1. 4
      .editorconfig

4
.editorconfig

@ -16,6 +16,10 @@ indent_size = 4
indent_style = tab
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 8
[*.{less,yml}]
indent_style = space
indent_size = 2

Loading…
Cancel
Save