Skip to content

Commit

Permalink
build(editorconfig): set indent_size to 4 for python files (neovim#21135
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dundargoc authored and Nero-F committed Dec 16, 2022
1 parent 4d601e8 commit 60059b4
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 60059b4

Please sign in to comment.