From 10c1e58aa47333495a784bf535232d559f1365cf Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sat, 24 Dec 2022 22:15:50 +0100 Subject: [PATCH] use `minimal style` --- .JuliaFormatter.toml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index b9af30d67b9..f5559f0e39f 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -1,9 +1,5 @@ -margin = 110 -always_for_in = true -pipe_to_function_call = true -remove_extra_newlines = true -short_to_long_function_def = true -long_to_short_function_def = true +style = "minimal" whitespace_ops_in_indices = true whitespace_in_kwargs = true -whitespace_typedefs = true +indent_submodule = true +always_for_in = true