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 da857d1 commit 5cfcc4cCopy full SHA for 5cfcc4c
.editorconfig
@@ -0,0 +1,28 @@
1
+# EditorConfig is awesome: https://editorconfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# General settings
7
+[*]
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+max_line_length = 80
12
+charset = utf-8
13
14
+# 4 space indentation
15
+[*.py]
16
+max_line_length = 130
17
+indent_style = space
18
+indent_size = 4
19
20
+# Indentation override for rst files
21
+[*.rst]
22
23
+indent_size = 3
24
25
+# Indentation override for rst and yaml files
26
+[*.{toml,yaml,qrc}]
27
28
+indent_size = 2
.gitignore
@@ -131,4 +131,4 @@ dmypy.json
131
.pyre/
132
133
.idea
134
-uv.lock
+uv.lock
0 commit comments