devtool 0.8.23

A CLI tool for development in update rustup toolchain, mise maintained tools and homebrew packages.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Rustfmt configuration for devtool-rs
# This file defines code formatting standards

# Basic formatting options
edition = "2021"
max_width = 100
tab_spaces = 4
newline_style = "Unix"

# Function and struct formatting
fn_params_layout = "Tall"

# Other formatting options
use_field_init_shorthand = true
use_try_shorthand = true
force_explicit_abi = true