mirror of
https://github.com/python/cpython
synced 2024-11-02 14:48:31 +00:00
12 lines
181 B
INI
12 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
|