We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad80d3 commit c25249eCopy full SHA for c25249e
.editorconfig
@@ -0,0 +1,17 @@
1
+[*]
2
+end_of_line = lf
3
+trim_trailing_whitespace = true
4
+charset = utf-8
5
+
6
+[*.{py,pyi}]
7
+indent_style = space
8
+indent_size = 4
9
10
+[*.rst]
11
+insert_final_newline = true
12
+max_line_length = 110
13
+ij_wrap_on_typing = true
14
15
+[*.{yaml,yml}]
16
17
+indent_size = 2
0 commit comments