Skip to content

Commit

Permalink
Update JuliaFormatter to not require return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Nov 5, 2024
1 parent 2c93138 commit 55f4d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55f4d93

Please sign in to comment.