Skip to content

Commit

Permalink
fix(contrib): use tab indents for Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Dec 18, 2014
1 parent c4cdf6e commit b1fff20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ insert_final_newline = true
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

[*.go]
indent_style = tab

0 comments on commit b1fff20

Please sign in to comment.