Skip to content

Commit

Permalink
[TASK] Adjust .editorconfig for Makefile indentation (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: Garvin Hicking <[email protected]>
  • Loading branch information
github-actions[bot] and fe-hicking committed Mar 12, 2024
1 parent 37528a7 commit 4bc2a63
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 4bc2a63

Please sign in to comment.