Skip to content

Commit 228efa2

Browse files
committed
πŸ§‘β€πŸ’» update editorconfig
1 parent 7b9c240 commit 228efa2

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

β€Ž.editorconfig

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ root = true
55
[*]
66
charset = utf-8
77
end_of_line = lf
8-
indent_size = 4
98
indent_style = space
109
insert_final_newline = true
1110
trim_trailing_whitespace = true
1211

13-
[*.{json,jsonc,yml,yaml}]
12+
[*.{json,jsonc,yaml,yml}]
1413
indent_size = 2
14+
15+
[*.{md,py,pyi,toml}]
16+
indent_size = 4
17+
18+
[*.mypyignore,*.md]
19+
max_line_length = 200
20+
21+
[*.py]
22+
max_line_length = 88
23+
24+
[*.pyi]
25+
max_line_length = 130
26+
27+
[*.toml]
28+
max_line_length = 100

0 commit comments

Comments
Β (0)