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.
2 parents 57b6314 + 84f2dbf commit 17d4904Copy full SHA for 17d4904
.editorconfig
@@ -0,0 +1,13 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+# This file was generated using "EditorConfig for VS Code"
3
+
4
+# top-most EditorConfig file
5
+root = true
6
7
+[*]
8
+indent_style = space
9
+indent_size = 2
10
+end_of_line = lf
11
+charset = utf-8
12
+trim_trailing_whitespace = true
13
+insert_final_newline = true
0 commit comments