Skip to content

Commit

Permalink
[TASK] Adjust .editorconfig for Makefile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-hicking committed Mar 12, 2024
1 parent 78e522c commit a4f9223
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 a4f9223

Please sign in to comment.