Skip to content

Commit 6329dd9

Browse files
include rustfmt in convex-backend (#29863)
Include rustfmt.toml in OSS repo GitOrigin-RevId: 37dcbe55671aa78170107b64475434fc810786f5
1 parent 6716769 commit 6329dd9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

rustfmt.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
use_field_init_shorthand = true
2+
use_try_shorthand = true
3+
match_block_trailing_comma = true
4+
5+
# Nightly only options:
6+
unstable_features = true
7+
condense_wildcard_suffixes = true
8+
format_strings = true
9+
imports_granularity = "Crate"
10+
reorder_impl_items = true
11+
imports_layout = "Vertical"
12+
group_imports = "StdExternalCrate"
13+
wrap_comments = true
14+
normalize_comments = false
15+
error_on_line_overflow = true

0 commit comments

Comments
 (0)