Skip to content

Commit 102052c

Browse files
committed
update formatter
1 parent 611f552 commit 102052c

1 file changed

Lines changed: 26 additions & 23 deletions

File tree

.JuliaFormatter.toml

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
1+
align_assignment = false
2+
align_conditional = false
3+
align_matrix = false
4+
align_pair_arrow = false
5+
align_struct_field = false
16
always_for_in = true
2-
whitespace_typedefs = true
3-
whitespace_ops_in_indices = true
4-
remove_extra_newlines = true
5-
import_to_using = false
6-
pipe_to_function_call = true
7-
short_to_long_function_def = true
8-
long_to_short_function_def = false
9-
force_long_function_def = true
107
always_use_return = true
11-
whitespace_in_kwargs = true
128
annotate_untyped_fields_with_any = true
13-
format_docstrings = true
149
conditional_to_if = true
15-
normalize_line_endings = "unix"
16-
trailing_comma = true
17-
trailing_zero = true
18-
for_in_replacement = "in"
1910
disallow_single_arg_nesting = false
20-
join_lines_based_on_source = false
11+
for_in_replacement = "in"
12+
force_long_function_def = true
13+
format_docstrings = true
14+
format_markdown = true
15+
import_to_using = false
2116
indent_submodule = true
17+
join_lines_based_on_source = false
18+
long_to_short_function_def = false
19+
max_iterations = 10
20+
normalize_line_endings = "unix"
21+
overwrite = true
22+
pipe_to_function_call = true
23+
remove_extra_newlines = true
2224
separate_kwargs_with_semicolon = true
23-
surround_whereop_typeparameters = true
2425
short_circuit_to_if = true
25-
align_assignment = false
26-
align_struct_field = false
27-
align_conditional = false
28-
align_pair_arrow = false
29-
align_matrix = false
30-
overwrite = true
26+
short_to_long_function_def = true
27+
surround_whereop_typeparameters = true
28+
trailing_comma = true
29+
trailing_zero = true
30+
transform_syntax_in_macros = true
31+
v2_stable_multiline_strings = true
3132
verbose = true
32-
format_markdown = true
33+
whitespace_in_kwargs = true
34+
whitespace_ops_in_indices = true
35+
whitespace_typedefs = true

0 commit comments

Comments
 (0)