Skip to content

Commit

Permalink
fix: set Makefile indent to tab instead of common space
Browse files Browse the repository at this point in the history
Makefile uses tab instead of space for indent.
  • Loading branch information
PeterDaveHello committed Jul 2, 2018
1 parent e4ecb0b commit 4db0ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ indent_size = 2
[*.sh]
indent_style = space
indent_size = 2

# Makefile
[Makefile]
indent_style = tab

0 comments on commit 4db0ae0

Please sign in to comment.