metagraphoptimization.jl/.JuliaFormatter.toml
Anton Reinhard ae1345d547
Some checks failed
Test / test (push) Has been cancelled
Add formatter
2023-08-25 10:48:22 +02:00

14 lines
293 B
TOML

indent = 4
margin = 80
always_for_in = true
for_in_replacement = "in"
whitespace_typedefs = true
whitespace_ops_in_indices = true
long_to_short_function_def = false
always_use_return = true
whitespace_in_kwargs = true
conditional_to_if = true
normalize_line_endings = "unix"
overwrite = true