Skip to content

Commit efdff40

Browse files
committed
chore: add .editorconfig
1 parent 5922fc9 commit efdff40

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+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
charset = utf-8
9+
indent_size = 2
10+
indent_style = space
11+
12+
# Don't corrupt git patch edit files
13+
[.git/**/*.diff]
14+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)