build(editorconfig): set indent_size to 4 for python files (#21135)

This commit is contained in:
dundargoc
2022-11-21 14:53:29 +01:00
committed by GitHub
parent 2bb244af31
commit 5f7560b8da

View File

@ -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