mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build(editorconfig): set indent_size to 4 for python files (#21135)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user