Skip to content

Commit d5dd25f

Browse files
committed
Include a .editorconfig file for repo
1 parent f3e6165 commit d5dd25f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# .editorconfig
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
indent_style = tab
9+
indent_size = tab
10+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)