Skip to content

Commit b1fff20

Browse files
author
Matthew Fisher
committed
fix(contrib): use tab indents for Makefiles
1 parent c4cdf6e commit b1fff20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ insert_final_newline = true
1010
indent_style = space
1111
indent_size = 4
1212

13+
[Makefile]
14+
indent_style = tab
15+
1316
[*.go]
1417
indent_style = tab

0 commit comments

Comments
 (0)