Skip to content

Commit 59ba255

Browse files
committed
chore: Add editorconfig
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 78ec901 commit 59ba255

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# https://editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
indent_style = space
11+
indent_size = 4
12+
13+
[*.{py}]
14+
indent_style = space
15+
indent_size = 4

0 commit comments

Comments
 (0)