diff options
| author | Arne Dußin | 2021-04-26 10:06:58 +0200 |
|---|---|---|
| committer | Arne Dußin | 2021-04-26 10:06:58 +0200 |
| commit | 7ae33fba15b2adf9f903869b3c896a7490427b04 (patch) | |
| tree | cc6605131081ee444165e92284c8ffe9fa6b9f63 /rustfmt.toml | |
| download | cappuccino-7ae33fba15b2adf9f903869b3c896a7490427b04.tar.gz cappuccino-7ae33fba15b2adf9f903869b3c896a7490427b04.zip | |
Initial commit
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..b7e6339 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,11 @@ +brace_style = "AlwaysNextLine" +condense_wildcard_suffixes = true +control_brace_style = "ClosingNextLine" +fn_single_line = true +format_strings = true +imports_granularity = "Module" +match_block_trailing_comma = true +newline_style = "Unix" +group_imports = "StdExternalCrate" +struct_field_align_threshold = 15 +wrap_comments = true
\ No newline at end of file |
