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 c45d93c + af80ff2 commit 3f41e0bCopy full SHA for 3f41e0b
.editorconfig
@@ -0,0 +1,12 @@
1
+# This file is for unifying the coding style for different editors and IDEs.
2
+# More information at http://EditorConfig.org
3
+
4
+# No .editorconfig files above the root directory
5
+root = true
6
7
+[*]
8
+indent_style = space
9
+indent_size = 2
10
+charset = utf-8
11
+trim_trailing_whitespace = true
12
+insert_final_newline = true
0 commit comments