Files
cpython/.editorconfig
2025-07-16 17:35:15 +03:00

16 lines
234 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,yaml}]
indent_size = 2