File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " ITensorFormatter"
22uuid = " b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44authors = [" ITensor developers <support@itensor.org> and contributors" ]
55
66[workspace ]
@@ -15,7 +15,7 @@ Runic = "62bfec6d-59d7-401d-8490-b29ee721c001"
1515itfmt = {}
1616
1717[compat ]
18- JuliaFormatter = " 2.3.0 "
18+ JuliaFormatter = " 2.3"
1919JuliaSyntax = " 0.4.10"
2020Runic = " 1.5.1"
2121julia = " 1.10"
Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ const JULIAFORMATTER_OPTIONS = (
4141 disallow_single_arg_nesting = false ,
4242 normalize_line_endings = " unix" ,
4343 # Line-wrapping-related options
44- trailing_comma = true ,
45- trailing_zero = true ,
44+ trailing_comma = false ,
4645 join_lines_based_on_source = true ,
46+ # Floating point formatting options
47+ trailing_zero = true ,
4748)
4849
4950is_using_or_import (x) = kind (x) === K " using" || kind (x) === K " import"
You can’t perform that action at this time.
0 commit comments