mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
Add python to .editorconfig
This commit is contained in:
committed by
Thomas Vigouroux
parent
45610f18a3
commit
b6bf33df41
@@ -11,6 +11,10 @@ charset = utf-8
|
||||
[*.lua]
|
||||
tab_width = 2
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
|
||||
[{Makefile,**/Makefile,runtime/doc/*.txt}]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
|
||||
Reference in New Issue
Block a user