mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 09:55:59 +08:00
Set the maximum line length in .editorconfig (#11184)
* 130 matches what the linter and formatter are told for Python files. * 79 appears to be the limit for README.md.
This commit is contained in:
@@ -8,7 +8,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user