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 7adc475 commit 098de68Copy full SHA for 098de68
.editorconfig
@@ -0,0 +1,11 @@
1
+# top-most EditorConfig file
2
+root = true
3
+
4
+# Unix-style newlines with a newline ending every file
5
+[*]
6
+end_of_line = lf
7
+charset = utf-8
8
+indent_style = tab
9
+indent_size = tab
10
+tab_width = 4
11
+trim_trailing_whitespace = true
0 commit comments