Skip to content

Commit

Permalink
.editorconfig: exception of Makefile's in terms of indentation (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Aug 28, 2022
1 parent 864c155 commit 700093d
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 @@ -8,6 +8,10 @@ indent_style = space
insert_final_newline = true
tab_width = 2

[Makefile]
indent_style = tab
tab_width = 4

[{*.bat,*.cmd}]
end_of_line = crlf
indent_style = tab
Expand Down

0 comments on commit 700093d

Please sign in to comment.