mirror of
https://github.com/irlserver/srtla_send.git
synced 2026-07-04 14:46:45 +00:00
chore: do not wrap comments
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
edition = "2024"
|
||||
unstable_features = true
|
||||
wrap_comments = true
|
||||
wrap_comments = false
|
||||
imports_granularity = "Module"
|
||||
group_imports = "StdExternalCrate"
|
||||
format_code_in_doc_comments = true
|
||||
@@ -8,4 +8,4 @@ format_macro_matchers = true
|
||||
hex_literal_case = "Lower"
|
||||
format_strings = true
|
||||
use_field_init_shorthand = true
|
||||
use_try_shorthand = true
|
||||
use_try_shorthand = true
|
||||
|
||||
Reference in New Issue
Block a user