mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add python to .editorconfig
This commit is contained in:
parent
5db2c7b64e
commit
3009401bc2
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ charset = utf-8
|
||||||
[*.lua]
|
[*.lua]
|
||||||
tab_width = 2
|
tab_width = 2
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_size = 4
|
||||||
|
tab_width = 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
Add a link
Reference in a new issue