quiche

Форк
0
/
rustfmt.toml 
60 строк · 1.5 Кб
1
max_width = 82
2
hard_tabs = false
3
tab_spaces = 4
4
newline_style = "Auto"
5
use_small_heuristics = "Default"
6
indent_style = "Block"
7
wrap_comments = true
8
format_code_in_doc_comments = true
9
comment_width = 80
10
normalize_comments = true
11
normalize_doc_attributes = true
12
format_strings = false
13
format_macro_matchers = false
14
format_macro_bodies = true
15
empty_item_single_line = true
16
struct_lit_single_line = true
17
fn_single_line = false
18
where_single_line = false
19
imports_indent = "Block"
20
imports_layout = "Vertical"
21
imports_granularity = "Item"
22
reorder_imports = true
23
reorder_modules = true
24
reorder_impl_items = true
25
type_punctuation_density = "Wide"
26
space_before_colon = false
27
space_after_colon = true
28
spaces_around_ranges = false
29
binop_separator = "Back"
30
remove_nested_parens = true
31
combine_control_expr = true
32
overflow_delimited_expr = true
33
struct_field_align_threshold = 0
34
enum_discrim_align_threshold = 20
35
match_arm_blocks = false
36
force_multiline_blocks = false
37
fn_params_layout = "Compressed"
38
brace_style = "SameLineWhere"
39
control_brace_style = "AlwaysSameLine"
40
trailing_semicolon = true
41
trailing_comma = "Vertical"
42
match_block_trailing_comma = true
43
blank_lines_upper_bound = 1
44
blank_lines_lower_bound = 0
45
edition = "2018"
46
merge_derives = true
47
use_try_shorthand = true
48
use_field_init_shorthand = true
49
force_explicit_abi = false
50
condense_wildcard_suffixes = true
51
color = "Auto"
52
unstable_features = true
53
disable_all_formatting = false
54
skip_children = false
55
hide_parse_errors = false
56
error_on_line_overflow = false
57
error_on_unformatted = false
58
ignore = []
59
emit_mode = "Files"
60
make_backup = false
61

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.