Skip to content

Commit

Permalink
[TASK] Adjust .editorconfig for Makefile indentation (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Garvin Hicking <gh@faktor-e.de>
  • Loading branch information
garvinhicking and fe-hicking authored Mar 12, 2024
1 parent 2877d40 commit efe2239
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 @@ -15,3 +15,7 @@ charset = utf-8
# YAML-Files
[*.{yaml,yml}]
indent_size = 2

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

0 comments on commit efe2239

Please sign in to comment.