# # Copyright (C) 2020 Nathan Sharp. # # This file is available under either the terms of the Apache License, Version # 2.0 or the MIT License, at your discretion. # unstable_features = true edition = "2018" version = "Two" combine_control_expr = false format_code_in_doc_comments = true format_macro_matchers = true imports_layout = "HorizontalVertical" license_template_path = "LICENSE.template" match_arm_blocks = false newline_style = "Unix" normalize_doc_attributes = true overflow_delimited_expr = true use_small_heuristics = "Max" use_field_init_shorthand = true use_try_shorthand = true where_single_line = true wrap_comments = true