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 d7be434 commit ff1bdf6Copy full SHA for ff1bdf6
.editorconfig
@@ -0,0 +1,23 @@
1
+# https://editorconfig.org/
2
+
3
+root = true
4
5
+[*]
6
+indent_style = space
7
+indent_size = 4
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
+end_of_line = lf
11
+charset = utf-8
12
13
+[*.py]
14
+max_line_length = 88
15
16
+[*.toml]
17
+indent_size = 2
18
19
+[docs/**.rst]
20
+max_line_length = 79
21
22
+[*.{yaml,yml}]
23
MANIFEST.in
@@ -1,5 +1,6 @@
include LICENSE
include MANIFEST.in
+include .editorconfig
include *.yaml
include pyproject.toml
include *.md
0 commit comments