From 55f4d9362e00f3b82a5ffb6d8952458c36511678 Mon Sep 17 00:00:00 2001 From: Jake Ireland Date: Wed, 6 Nov 2024 10:16:12 +1300 Subject: [PATCH] Update JuliaFormatter to not require return statement --- .JuliaFormatter.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index 7ccf0edee..e64a6e903 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -10,7 +10,7 @@ pipe_to_function_call = true short_to_long_function_def = false force_long_function_def = false long_to_short_function_def = false -always_use_return = true +always_use_return = false whitespace_in_kwargs = true annotate_untyped_fields_with_any = false format_docstrings = false