forked from DevComp/ssh-portfolio
12 lines
212 B
TOML
12 lines
212 B
TOML
edition = "2021"
|
|
use_small_heuristics = "Max"
|
|
max_width = 80
|
|
newline_style = "Unix"
|
|
|
|
indent_style = "Block"
|
|
hard_tabs = false
|
|
|
|
format_strings = true
|
|
brace_style = "PreferSameLine"
|
|
|
|
imports_granularity = "Module"
|