Skip to content

Commit

Permalink
build(editorconfig): set indent_size to 4 for python files
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Nov 20, 2022
1 parent 6e8ed5a commit 5d6dbb2
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 @@ -10,6 +10,10 @@ insert_final_newline = true
[*.{c,h,in,lua}]
max_line_length = 100

[*.py]
indent_style = space
indent_size = 4

[{Makefile,**/Makefile,runtime/doc/*.txt}]
indent_style = tab
indent_size = 8

0 comments on commit 5d6dbb2

Please sign in to comment.