Skip to content

Commit aff577b

Browse files
committed
first commit
1 parent dd43581 commit aff577b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 4
8+
indent_style = space
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.{yml,yaml}]
13+
indent_style = space
14+
15+
[*.md]
16+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)