Skip to content

Commit

Permalink
Add .py to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Oct 3, 2024
1 parent d3f77eb commit 622f3cf
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,3 +8,7 @@ charset = utf-8

[*.{c,h}]
indent_style = tab

[*.py]
indent_style = space
indent_size = 4

0 comments on commit 622f3cf

Please sign in to comment.