Files
SlimeVR-Server/rustfmt.toml
2022-11-25 18:21:58 +03:00

7 lines
277 B
TOML

# 88 comes from python's black as inspiration.
# Note that rust by default treats a tab as having a width of 4 spaces when doing the
# calculation for line wrapping.
max_width = 88
# Tabs allow for enhanced accessibility and the ability to choose indent size.
hard_tabs = true