mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
* 130 matches what the linter and formatter are told for Python files. * 79 appears to be the limit for README.md.
17 lines
255 B
INI
17 lines
255 B
INI
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
max_line_length = 79
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{py,pyi,toml,json}]
|
|
max_line_length = 130
|
|
indent_size = 4
|