This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/rustfmt.toml

12 lines
226 B
TOML

# {{@@ header() @@}} #
# group_imports = "StdExternalCrate"
# imports_granularity = "Crate"
# imports_layout = "Vertical"
tab_spaces = {{@@ indent_width @@}}
max_width = 80
{%@@ if tabs @@%}
hard_tabs = true
{%@@ endif @@%}