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 24bed0e
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,6 +10,9 @@ insert_final_newline = true
[*.{c,h,in,lua}]
max_line_length = 100

[*.py]
indent_size = 4

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

0 comments on commit 24bed0e

Please sign in to comment.