From 78c80be9af6b1656f992801092ccd0bc00c96f6f Mon Sep 17 00:00:00 2001 From: monty Date: Tue, 5 Nov 2024 12:40:55 -1000 Subject: [PATCH] update JuliaFormatter configuration for improved formatting rules --- .JuliaFormatter.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index e100bca3..94b6a934 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -1,9 +1,12 @@ -whitespace_typedefs = true -whitespace_ops_in_indices = true -remove_extra_newlines = true always_for_in = false +always_use_return = true +annotate_untyped_fields_with_any = true conditional_to_if = false +margin = 1000 +remove_extra_newlines = true separate_kwargs_with_semicolon = true -whitespace_in_kwargs = false trailing_comma = false -margin = 1000 \ No newline at end of file +trailing_zero = false +whitespace_in_kwargs = false +whitespace_ops_in_indices = true +whitespace_typedefs = true \ No newline at end of file