Browse Source

Use tabs in Makefiles

tags/v1.2.0-rc1
Sandro Santilli 9 years ago
parent
commit
b07fd206f8
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .editorconfig

+ 4
- 0
.editorconfig View File

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