Skip to content

Commit 36ec2b6

Browse files
committed
Add EditorConfig file
1 parent 54b8de3 commit 36ec2b6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EditorConfig helps maintain consistent coding styles for multiple developers
2+
# working on the same project across various editors and IDEs.
3+
# Read more: https://editorconfig.org/
4+
5+
root = true
6+
7+
[*]
8+
indent_style = space
9+
indent_size = 4
10+
charset = utf-8
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true
13+
14+
[*.md]
15+
indent_size = 2
16+
trim_trailing_whitespace = false
17+
18+
[*.{yml,yaml}]
19+
indent_size = 2

0 commit comments

Comments
 (0)