Skip to content

Commit

Permalink
update JuliaFormatter configuration for improved formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Nov 5, 2024
1 parent f902547 commit 78c80be
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -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
trailing_zero = false
whitespace_in_kwargs = false
whitespace_ops_in_indices = true
whitespace_typedefs = true

0 comments on commit 78c80be

Please sign in to comment.