Skip to content

Commit d5d5936

Browse files
committed
style: format rules
1 parent 25822b6 commit d5d5936

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.JuliaFormatter.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
style = "sciml"
2+
indent = 4
3+
margin = 92
4+
always_for_in = false
5+
for_in_replacement = "in"
6+
whitespace_typedefs = false
7+
whitespace_ops_in_indices = false
8+
remove_extra_newlines = false
9+
import_to_using = false
10+
pipe_to_function_call = false
11+
short_to_long_function_def = false
12+
long_to_short_function_def = false
13+
always_use_return = false
14+
whitespace_in_kwargs = true
15+
annotate_untyped_fields_with_any = true
16+
format_docstrings = false
17+
align_struct_field = false
18+
align_conditional = false
19+
align_assignment = false
20+
align_pair_arrow = false
21+
conditional_to_if = false
22+
normalize_line_endings = "auto"
23+
align_matrix = false
24+
trailing_comma = false
25+
trailing_zero = true
26+
indent_submodule = false
27+
separate_kwargs_with_semicolon = false
28+
surround_whereop_typeparameters = true

0 commit comments

Comments
 (0)