From 31d811bbf5e224fb51b8dc01859f18ea9f2b8d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Mon, 25 Nov 2024 02:02:22 +0100 Subject: [PATCH] update format rules --- .JuliaFormatter.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index 5ab62cd92..7b6555050 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