We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ab08a commit 30ca0e1Copy full SHA for 30ca0e1
.editorconfig
@@ -1,6 +1,9 @@
1
[*]
2
end_of_line = lf
3
insert_final_newline = true
4
+indent_style = space
5
+indent_size = 2
6
+trim_trailing_whitespace = true
7
8
[*.sh]
9
# like -i=2
0 commit comments