We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61cb4c0 + 82f0f42 commit f2c6fa9Copy full SHA for f2c6fa9
1 file changed
.editorconfig
@@ -0,0 +1,11 @@
1
+[*]
2
+end_of_line = lf
3
+insert_final_newline = true
4
+trim_trailing_whitespace = true
5
+
6
+# always use spaces for indentation
7
+indent_style = space
8
+indent_size = 4
9
10
+[*.html]
11
+indent_size = 2
0 commit comments