We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b602ff commit a4178b9Copy full SHA for a4178b9
1 file changed
.editorconfig
@@ -0,0 +1,33 @@
1
+# https://spec.editorconfig.org/
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[*.py]
12
+indent_style = space
13
+indent_size = 4
14
15
+[*.robot]
16
17
18
19
+[*.json]
20
21
+indent_size = 2
22
23
+[*.{yml,yaml}]
24
25
26
27
+[*.html]
28
29
30
31
32
33
0 commit comments