Skip to content

Commit e87f8e7

Browse files
committed
chore: add .editorconfig
1 parent 99046a6 commit e87f8e7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig (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+
max_line_length = 120
11+
trim_trailing_whitespace = true
12+
13+
[*.{yaml,yml}]
14+
indent_size = 2

0 commit comments

Comments
 (0)