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 bb9b0ab commit 8a7918fCopy full SHA for 8a7918f
.editorconfig
@@ -0,0 +1,47 @@
1
+
2
+root = true
3
4
+[*]
5
+charset = UTF-8
6
+end_of_line = lf
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
+spelling_language = en-us
10
11
+[*.py]
12
+max_line_length = 88
13
+indent_style = space
14
+indent_size = 4
15
16
+[*.pyx]
17
18
19
20
21
22
+[*.c]
23
+max_line_length = 80
24
25
+indent_size = 2
26
27
+[meson.build]
28
29
30
31
32
+[*.{yml,yaml}]
33
34
35
36
+[*.json]
37
38
39
40
41
+[*.sh]
42
43
44
45
+[*.rst]
46
47
0 commit comments