Skip to content

Commit

Permalink
style: πŸ’„ Update JuliaFormatter
Browse files Browse the repository at this point in the history
βœ… Closes: #90
  • Loading branch information
abelsiqueira committed May 17, 2024
1 parent 766d1fd commit 68a8016
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions template/.JuliaFormatter.toml.jinja
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 68a8016

Please sign in to comment.