mirror of
https://github.com/izzy2lost/cpython.git
synced 2026-03-10 11:29:24 -07:00
23 lines
419 B
INI
23 lines
419 B
INI
root=true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
# The settings for C (*.c and *.h) files are mirrored in src_c/.clang-format.
|
|
# Keep them in sync.
|
|
[*.{c,h}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 79
|
|
|
|
[*.{py,pyx}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
file_type_emacs = python
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 79
|