Skip to content

Commit a80dcc3

Browse files
committed
fmt cfg files
1 parent d05cb8a commit a80dcc3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8

rustfmt.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
merge_derives = false
2+
newline_style = "Unix"
3+
use_field_init_shorthand = true

0 commit comments

Comments
 (0)