We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4392ef7 commit 1223406Copy full SHA for 1223406
1 file changed
.editorconfig
@@ -0,0 +1,20 @@
1
+root = true
2
+
3
+# Unix-style newlines with a newline ending every file
4
+[*]
5
+end_of_line = lf
6
+insert_final_newline = true
7
8
+# Matches multiple files with brace expansion notation
9
+# Set default charset
10
+[*.{js,py}]
11
+charset = utf-8
12
+trim_trailing_whitespace = true
13
14
+# 4 space indentation
15
+[*.py]
16
+indent_style = space
17
+indent_size = 4
18
19
+[*.rst]
20
0 commit comments