Skip to content

Commit

Permalink
[Backport 11.5] [TASK] Adjust .editorconfig for Makefile indentation (#…
Browse files Browse the repository at this point in the history
…973)

[TASK] Adjust .editorconfig for Makefile indentation

Co-authored-by: Garvin Hicking <[email protected]>
  • Loading branch information
github-actions[bot] and fe-hicking authored Mar 12, 2024
1 parent 6e43118 commit 1add072
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 @@ -24,3 +24,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

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

0 comments on commit 1add072

Please sign in to comment.