Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
[TASK] Adjust .editorconfig for Makefile indentation (#444)
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 authored Mar 12, 2024
1 parent 65ab58b commit fbd6528
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 fbd6528

Please sign in to comment.