We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb01fb commit 5a57f2eCopy full SHA for 5a57f2e
1 file changed
.editorconfig
@@ -0,0 +1,12 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+root = true
4
5
+[*]
6
+indent_style = space
7
+indent_size = 4
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[**.yml]
12
+indent_size = 2
0 commit comments