From 68a8016654f329f47fc66a3929e5e0f4ed25dcff Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Fri, 17 May 2024 14:22:35 +0200 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20Update=20JuliaFormatter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #90 --- .JuliaFormatter.toml | 11 +++++++++++ template/.JuliaFormatter.toml.jinja | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index bee44f1a..15a73f23 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -1,7 +1,18 @@ +align_assignment = true +align_matrix = true +align_pair_arrow = true +align_struct_field = true +always_for_in = true annotate_untyped_fields_with_any = false +conditional_to_if = true +for_in_replacement = "in" +format_docstrings = false +format_markdown = false +import_to_using = true indent = 2 margin = 100 normalize_line_endings = "unix" remove_extra_newlines = true +separate_kwargs_with_semicolon = true whitespace_ops_in_indices = true whitespace_typedefs = true diff --git a/template/.JuliaFormatter.toml.jinja b/template/.JuliaFormatter.toml.jinja index 8baf3862..70c7d0fc 100644 --- a/template/.JuliaFormatter.toml.jinja +++ b/template/.JuliaFormatter.toml.jinja @@ -1,7 +1,18 @@ +align_assignment = true +align_matrix = true +align_pair_arrow = true +align_struct_field = true +always_for_in = true annotate_untyped_fields_with_any = false +conditional_to_if = true +for_in_replacement = "in" +format_docstrings = false +format_markdown = false +import_to_using = true indent = {{ Indentation }} margin = 100 normalize_line_endings = "unix" remove_extra_newlines = true +separate_kwargs_with_semicolon = true whitespace_ops_in_indices = true whitespace_typedefs = true