We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294544a commit 5720222Copy full SHA for 5720222
.editorconfig
@@ -0,0 +1,11 @@
1
+# EditorConfig documentation: https://editorconfig.org
2
+
3
+root = true
4
5
+# Default settings applied to every file type.
6
+[*]
7
+indent_style = space
8
+indent_size = 2
9
+end_of_line = lf
10
+insert_final_newline = true
11
+trim_trailing_whitespace = true
0 commit comments