Browse Source

Merge pull request #79 from strk/Makefile-tabs

Use tabs in Makefiles
tags/v1.2.0-rc1
Thomas Boerger GitHub 8 years ago
parent
commit
9f019cc42f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .editorconfig

+ 3
- 0
.editorconfig View File

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