Skip to content

Commit

Permalink
Update editorconfig
Browse files Browse the repository at this point in the history
Assume indent of 2 except in .py and Makefile files
  • Loading branch information
adamchainz committed Sep 28, 2021
1 parent 0471ca9 commit 8db5b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ root = true

[*]
indent_style = space
indent_size = 4
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf

[*.{css,html,js,yaml,yml}]
indent_size = 2
[*.py]
indent_size = 4

[Makefile]
indent_style = tab

0 comments on commit 8db5b80

Please sign in to comment.