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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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