third_party_python/.editorconfig
oumeng 6bbaaeefcb python version update from 3.9.2 to 3.9.11
Signed-off-by: oumeng <oumeng@huawei.com>
2022-06-23 14:42:02 +08:00

13 lines
181 B
INI

root = true
[*.{py,c,cpp,h,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
[*.{py,c,cpp,h}]
indent_size = 4
[*.yml]
indent_size = 2