1
0
Fork 0
mirror of https://github.com/MedzikUser/imgurs synced 2024-08-15 00:03:19 +00:00
imgurs/rustfmt.toml
MedzikUser 1bd632e906
chore(release): v0.10.0
Add configuration for tls using features (rustls-tls or native-tls).
2022-10-01 18:43:08 +02:00

11 lines
233 B
TOML

# https://rust-lang.github.io/rustfmt
# stable
edition = "2021"
newline_style = "Unix"
match_block_trailing_comma = true
# nightly
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
format_code_in_doc_comments = true