Skip to content

Commit 53313b7

Browse files
stepanchegtaiki-e
authored andcommitted
Add .editorconfig
Add `.editorconfig` with sensible defaults. Many editors understand editorconfig, and the most important one here is IntelliJ IDEA which does not insert file trailing newline by default, but does it out of box this provided `.editorconfig`.
1 parent 343e6c5 commit 53313b7

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
@@ -0,0 +1,6 @@
1+
[*.rs]
2+
end_of_line = lf
3+
insert_final_newline = true
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 4

0 commit comments

Comments
 (0)