diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index 5ab62cd9..7b655505 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -4,3 +4,6 @@ always_for_in = true format_docstrings = true trailing_comma = true margin = 120 +import_to_using = true +pipe_to_function_call = false +always_use_return = false