mirror of
https://github.com/neovim/neovim.git
synced 2025-09-04 12:44:21 +08:00
build(editorconfig): set indent_size to 4 for python files (#21135)
This commit is contained in:
parent
2bb244af31
commit
5f7560b8da
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ insert_final_newline = true
|
||||||
[*.{c,h,in,lua}]
|
[*.{c,h,in,lua}]
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[{Makefile,**/Makefile,runtime/doc/*.txt}]
|
[{Makefile,**/Makefile,runtime/doc/*.txt}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue