forked from ZenBrowserMirrors/zen-desktop
6 lines
126 B
TOML
6 lines
126 B
TOML
[tool.autopep8]
|
|
max_line_length = 120
|
|
ignore = "E501,W6" # or ["E501", "W6"]
|
|
recursive = true
|
|
aggressive = 3
|
|
indent_size = 2
|