We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6f34d commit 008e68bCopy full SHA for 008e68b
.editorconfig
@@ -0,0 +1,11 @@
1
+[*]
2
+indent_style = space
3
+indent_size = 2
4
+end_of_line = lf
5
+trim_trailing_whitespace = true
6
+insert_final_newline = true
7
+charset = utf-8
8
+
9
+[*.{bas,cls}]
10
+indent_size = 4
11
+end_of_line = crlf
0 commit comments