Skip to content

Commit

Permalink
chore: Add .editorconfig settings for Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Feb 25, 2023
1 parent 514b128 commit fe8f5fb
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 @@ -15,3 +15,7 @@ indent_size = 4
[*.go]
indent_size = 4
indent_style = tab

[Makefile]
indent_size = 2
indent_style = tab

0 comments on commit fe8f5fb

Please sign in to comment.