PSBoardDataBase/.JuliaFormatter.toml
Wataru Otsubo eba8d8f395 new: create tables & add campaigns, runs, ps_boards, single run results
- currently, test automatically opens sqlitebrowser
- ext package is not well checked
2024-09-12 20:26:38 +09:00

13 lines
393 B
TOML

# See https://domluna.github.io/JuliaFormatter.jl/stable/ for a list of options
whitespace_ops_in_indices = true
remove_extra_newlines = true
always_for_in = true
whitespace_typedefs = true
normalize_line_endings = "unix"
# format_docstrings = true
# format_markdown = true
align_assignment = true
align_struct_field = true
align_conditional = true
align_pair_arrow = true
align_matrix = true