Skip to content

Commit

Permalink
[TASK] Adjust .editorconfig for Makefile indentation (#442)
Browse files Browse the repository at this point in the history
Co-authored-by: Garvin Hicking <[email protected]>
  • Loading branch information
garvinhicking and fe-hicking committed Mar 12, 2024
1 parent 78e522c commit 484f360
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 @@ -23,3 +23,7 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
max_line_length = 80

[Makefile]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab

0 comments on commit 484f360

Please sign in to comment.