Skip to content

Commit

Permalink
Update .editorconfig to play nice with Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 31, 2024
1 parent 988926c commit 11bfeef
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 @@ -12,6 +12,10 @@ insert_final_newline = true
indent_style = space
indent_size = 2

[Makefile]
indent_style = tab
tab_width = 2

[package.json]
indent_style = space
indent_size = 2
Expand Down

0 comments on commit 11bfeef

Please sign in to comment.