We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4737058 commit 8f51ae9Copy full SHA for 8f51ae9
.editorconfig
@@ -0,0 +1,11 @@
1
+; top-most EditorConfig file
2
+root = true
3
+
4
+# All files.
5
+[*]
6
+end_of_line = LF
7
+indent_style = space
8
+indent_size = 4
9
+charset = utf-8
10
+trim_trailing_whitespace = true
11
+insert_final_newline = true
0 commit comments