mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 09:05:34 +00:00
Delete rustfmt.toml
This commit is contained in:
parent
9f297d064b
commit
237297b1c8
1 changed files with 0 additions and 33 deletions
33
rustfmt.toml
33
rustfmt.toml
|
|
@ -1,33 +0,0 @@
|
|||
# rustfmt configuration for testscript-rs
|
||||
# This ensures consistent code formatting across the project
|
||||
# Only includes stable rustfmt features for compatibility
|
||||
|
||||
# Use the 2021 edition for better formatting
|
||||
edition = "2021"
|
||||
|
||||
# Line width - commonly used value that works well for most screens
|
||||
max_width = 100
|
||||
|
||||
# Hard tabs - set to false for spaces
|
||||
hard_tabs = false
|
||||
|
||||
# Tab spaces
|
||||
tab_spaces = 4
|
||||
|
||||
# Newline style
|
||||
newline_style = "Unix"
|
||||
|
||||
# Use field init shorthand when possible
|
||||
use_field_init_shorthand = true
|
||||
|
||||
# Use try shorthand
|
||||
use_try_shorthand = true
|
||||
|
||||
# Reorder imports
|
||||
reorder_imports = true
|
||||
|
||||
# Remove nested parens
|
||||
remove_nested_parens = true
|
||||
|
||||
# Merge derives
|
||||
merge_derives = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue