# Configuration file for JuliaFormatter.jl
# For more information, see: https://domluna.github.io/JuliaFormatter.jl/stable/config/
indent = 4
use_tabs = false
margin = 120
always_for_in = true
always_use_return = true
remove_extra_newlines = true
separate_kwargs_with_semicolon = true
short_to_long_function_def = false
whitespace_in_kwargs = true
whitespace_ops_in_indices = true
