Skip to content

Commit

Permalink
Use .JuliaFormatter.toml for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyoo86 committed Oct 30, 2024
1 parent e287b14 commit f496613
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 171 deletions.
12 changes: 12 additions & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
margin = 180
always_for_in = true
for_in_replacement = "in"
annotate_untyped_fields_with_any = false
whitespace_in_kwargs = false
always_use_return = true
format_docstrings = true
remove_extra_newlines = false
trailing_comma = false
join_lines_based_on_source = true
separate_kwargs_with_semicolon = true
whitespace_ops_in_indices = false
Loading

0 comments on commit f496613

Please sign in to comment.