Skip to content

Commit 042f7f9

Browse files
authored
Create .editorconfig
1 parent a9ac212 commit 042f7f9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.editorconfig

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

0 commit comments

Comments
 (0)