Skip to content

Commit

Permalink
style: format rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dsweber2 committed Sep 11, 2023
1 parent 25822b6 commit d5d5936
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
style = "sciml"
indent = 4
margin = 92
always_for_in = false
for_in_replacement = "in"
whitespace_typedefs = false
whitespace_ops_in_indices = false
remove_extra_newlines = false
import_to_using = false
pipe_to_function_call = false
short_to_long_function_def = false
long_to_short_function_def = false
always_use_return = false
whitespace_in_kwargs = true
annotate_untyped_fields_with_any = true
format_docstrings = false
align_struct_field = false
align_conditional = false
align_assignment = false
align_pair_arrow = false
conditional_to_if = false
normalize_line_endings = "auto"
align_matrix = false
trailing_comma = false
trailing_zero = true
indent_submodule = false
separate_kwargs_with_semicolon = false
surround_whereop_typeparameters = true

2 comments on commit d5d5936

@dsweber2
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91464

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.3 -m "<description of version>" d5d5936cbdea9876622708f0196d5b0645157929
git push origin v1.1.3

Please sign in to comment.