Skip to content

Commit b954d25

Browse files
committed
chore(editorconfig): add .editorconfig
1 parent 158c2d0 commit b954d25

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
end_of_line = lf
9+
charset = utf-8
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true
12+
indent_style = space
13+
indent_size = 4
14+
15+
[*.{toml,yml}]
16+
indent_size = 2
17+
18+
[*.md]
19+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)