Skip to content

Commit 8fa1724

Browse files
authored
chore: Update .editorconfig
1 parent c9acfaa commit 8fa1724

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
root = true
22

33
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
47
indent_style = tab
8+
insert_final_newline = true
59
tab_width = 2
10+
trim_trailing_whitespace = true
11+
612

713
[*.py]
814
indent_style = space

0 commit comments

Comments
 (0)