diff --git a/src/.JuliaFormatter.toml b/src/.JuliaFormatter.toml index 905ee5359..5d28f1b62 100644 --- a/src/.JuliaFormatter.toml +++ b/src/.JuliaFormatter.toml @@ -1,4 +1,7 @@ style = "sciml" +pipe_to_function_call=false always_for_in = false separate_kwargs_with_semicolon = true margin = 132 +yas_style_nesting=true +ignore = "examples/PlutoGridFactory.jl" \ No newline at end of file