-
Notifications
You must be signed in to change notification settings - Fork 13
/
.JuliaFormatter.toml
53 lines (50 loc) · 1.46 KB
/
.JuliaFormatter.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# full list: https://domluna.github.io/JuliaFormatter.jl/dev/#Formatting-Options
# style = "sciml"
style = "yas"
margin = 120
always_for_in = true
normalize_line_endings = "unix"
whitespace_in_kwargs = false
whitespace_typedefs = false
whitespace_ops_in_indices = false
format_markdown = false
format_docstrings = true
join_lines_based_on_source = true
remove_extra_newlines = false
pipe_to_function_call = false
always_use_return = false
align_assignment = true
align_struct_field = true
align_conditional = true
align_pair_arrow = true
align_matrix = true
# ignore = ["docs/examples", "oldexamples", "test/oldtests"]
# 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,
# variable_call_indent = []
# short_circuit_to_if = false,