Skip to content

Commit 14d869a

Browse files
committed
Add .JuliaFormatter.toml with "agents-minimal" style
1 parent a67924b commit 14d869a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.JuliaFormatter.toml

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

0 commit comments

Comments
 (0)