Skip to content

Commit

Permalink
Add formatter file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Sep 27, 2020
1 parent d681d1b commit 29d3cfa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/.JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
indent = 4
margin = 94
style = "blue"
always_for_in = false
whitespace_typedefs = true
whitespace_ops_in_indices = false
remove_extra_newlines = true
import_to_using = true
pipe_to_function_call = true
short_to_long_function_def = false
always_use_return = false
whitespace_in_kwargs = false
annotate_untyped_fields_with_any = false
format_docstrings = false
align_struct_field = true
align_conditional = true
align_assignment = true
align_pair_arrow = true

0 comments on commit 29d3cfa

Please sign in to comment.