allsource-core 0.1.0

High-performance event store core built in Rust
Documentation
# Shared rustfmt configuration for all Rust projects
# Projects can symlink to this file or override locally

edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"
use_small_heuristics = "Default"

# Import organization
reorder_imports = true
reorder_modules = true
imports_granularity = "Crate"
group_imports = "StdExternalCrate"

# Formatting
remove_nested_parens = true
format_strings = true
format_macro_matchers = true
format_macro_bodies = true

# Comments
normalize_comments = true
normalize_doc_attributes = true
wrap_comments = true
comment_width = 80