mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
add JuliaFormatter config to examples project
This commit is contained in:
parent
10285d773a
commit
ece30043c9
1 changed files with 13 additions and 0 deletions
13
examples/.JuliaFormatter.toml
Normal file
13
examples/.JuliaFormatter.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue