Browse Source

Merge pull request #79 from strk/Makefile-tabs

Use tabs in Makefiles
tags/v1.0.2
Thomas Boerger 9 years ago committed by GitHub
parent
commit
ab12596143
  1. 3
      .editorconfig

3
.editorconfig

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

Loading…
Cancel
Save