We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.editorconfig
1 parent 392ff9e commit 51054b8Copy full SHA for 51054b8
.editorconfig
@@ -1,6 +1,12 @@
1
root = true
2
3
[*]
4
+indent_style = tab
5
+end_of_line = lf
6
charset = utf-8
7
trim_trailing_whitespace = true
8
insert_final_newline = true
9
+
10
+[*.{md,yml,yaml}]
11
+indent_style = space
12
+indent_size = 2
template/.editorconfig
0 commit comments