.editorconfig 328 字节
Newer Older
Timothy Crosley's avatar
Timothy Crosley 已提交
1
2
3
4
5
6
7
8
root = true

[*.py]
max_line_length = 120
indent_style = space
indent_size = 4
known_first_party = isort
known_third_party = kate
9
ignore_frosted_errors = E103
10
skip = build,.tox,venv
11
balanced_wrapping = true
12
13
14
15
16
17
18
19
20
not_skip = __init__.py

[*.{rst,ini}]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2