Skip to content

Commit

Permalink
Add indent_style = tab for Makefiles to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
beetrees committed Apr 12, 2023
1 parent 661b33f commit 20a7b02
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 @@ -20,3 +20,6 @@ trim_trailing_whitespace = false

[*.yml]
indent_size = 2

[Makefile]
indent_style = tab

0 comments on commit 20a7b02

Please sign in to comment.