otel 0.6.0

Ergonomic macros for OpenTelemetry tracing in Rust
Documentation
# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
edition = "2024"
style_edition = "2024"

tab_spaces = 2

blank_lines_lower_bound = 0
blank_lines_upper_bound = 1

combine_control_expr = false

comment_width = 80

condense_wildcard_suffixes = true

control_brace_style = "AlwaysSameLine"

enum_discrim_align_threshold = 20

fn_params_layout = "Tall"

force_multiline_blocks = true

format_code_in_doc_comments = true
doc_comment_code_block_width = 80

format_macro_matchers = true
format_macro_bodies = true

# Skip formatting the bodies of macro invocations
# with the following names.
skip_macro_invocations = []

format_strings = false

hex_literal_case = "Upper"

imports_indent = "Block"

imports_layout = "Vertical"

indent_style = "Block"

match_arm_blocks = true

match_arm_leading_pipes = "Always"

match_block_trailing_comma = true

max_width = 80

merge_derives = true

imports_granularity = "One"

newline_style = "Unix"

normalize_comments = true

normalize_doc_attributes = true

overflow_delimited_expr = true

remove_nested_parens = true

reorder_impl_items = true

reorder_imports = true

group_imports = "StdExternalCrate"

reorder_modules = true

struct_field_align_threshold = 30

trailing_comma = "Vertical"

trailing_semicolon = true

type_punctuation_density = "Wide"

unstable_features = true

use_field_init_shorthand = true

use_try_shorthand = true

where_single_line = false

wrap_comments = true