diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-01-24 08:29:14 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-01-24 08:29:14 +0100 |
| commit | a393e0a2f2c3678a3ea869dc1417fa269f2b1040 (patch) | |
| tree | 606df6a9284b5bd2dbf84fa5e3d363b8e6a01322 /rustfmt.toml | |
| parent | 72ddd7b7704f2087a52c9c0552446682918c513b (diff) | |
| download | dml-a393e0a2f2c3678a3ea869dc1417fa269f2b1040.tar.gz dml-a393e0a2f2c3678a3ea869dc1417fa269f2b1040.zip | |
Resolve audio not loading bug
Ensure all assets are downloading for each version
Temporarily disable minecraft versions older than 1.8 because of the asset/manifest loading issues
Implement basic documentation of modules
Implement basic async/multithreading for downloading assets
Diffstat (limited to '')
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 32fb2b2..68c25df 100644 --- a/rustfmt.toml +++ b/rustfmt.toml | |||
| @@ -16,7 +16,7 @@ imports_granularity = "Crate" | |||
| 16 | match_arm_blocks = false | 16 | match_arm_blocks = false |
| 17 | match_arm_leading_pipes = "Always" | 17 | match_arm_leading_pipes = "Always" |
| 18 | match_block_trailing_comma = true | 18 | match_block_trailing_comma = true |
| 19 | max_width = 98 | 19 | max_width = 80 |
| 20 | newline_style = "Unix" | 20 | newline_style = "Unix" |
| 21 | normalize_comments = false | 21 | normalize_comments = false |
| 22 | overflow_delimited_expr = true | 22 | overflow_delimited_expr = true |
