We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9c240 commit 228efa2Copy full SHA for 228efa2
β.editorconfig
@@ -5,10 +5,24 @@ root = true
5
[*]
6
charset = utf-8
7
end_of_line = lf
8
-indent_size = 4
9
indent_style = space
10
insert_final_newline = true
11
trim_trailing_whitespace = true
12
13
-[*.{json,jsonc,yml,yaml}]
+[*.{json,jsonc,yaml,yml}]
14
indent_size = 2
+
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