mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
3e718d9144
(cherry picked from commit 2f0db9b05f)
16 lines
229 B
INI
16 lines
229 B
INI
root = true
|
|
|
|
[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
|
|
[*.{py,c,cpp,h,gram}]
|
|
indent_size = 4
|
|
|
|
[*.rst]
|
|
indent_size = 3
|
|
|
|
[*.{js,yml}]
|
|
indent_size = 2
|