Skip to content

Commit

Permalink
.editorconfig: add python
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and blocktrron committed Apr 15, 2020
1 parent 56dbfef commit ac65a41
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 @@ -6,3 +6,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = tab
charset = utf-8

[*.py]
indent_style = space
indent_size = 4

0 comments on commit ac65a41

Please sign in to comment.