~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
7b777a69
—
Paolo Barbolini 6 years ago
Fix rustfmt.toml
- rustfmt.toml +1 -1
rustfmt.toml
CHANGED
|
@@ -2,7 +2,7 @@ unstable_features = true
|
|
|
2
2
|
wrap_comments = true
|
|
3
3
|
normalize_comments = true
|
|
4
4
|
merge_derives = true
|
|
5
|
-
|
|
5
|
+
fn_args_layout = "Compressed"
|
|
6
6
|
max_width = 160
|
|
7
7
|
tab_spaces = 2
|
|
8
8
|
indent_style = "Block"
|