Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhinham committed Mar 31, 2022
1 parent 6159305 commit 787fa2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ trim_trailing_whitespace = false

[*.py]
indent_style = space
tab_width = 8
tab_width = 4

[*.yml]
indent_style = space
tab_width = 2

[external/**]
trim_trailing_whitespace = false

0 comments on commit 787fa2a

Please sign in to comment.