Skip to content

Commit

Permalink
improved the editorconfig defaults for python
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 5, 2024
1 parent f5bfd11 commit 2e1307a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ insert_final_newline = true
max_line_length = 120
indent_size = 2
indent_style = space

[*.py]
indent_size = 4

0 comments on commit 2e1307a

Please sign in to comment.