We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dff51b commit 89cfeb5Copy full SHA for 89cfeb5
2 files changed
Project.toml
@@ -1,6 +1,6 @@
1
name = "ITensorFormatter"
2
uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
3
-version = "0.2.3"
+version = "0.2.4"
4
authors = ["ITensor developers <support@itensor.org> and contributors"]
5
6
[workspace]
src/ITensorFormatter.jl
@@ -269,7 +269,9 @@ function main(argv)
269
content = organize_import_blocks_file(inputfile)
270
write(inputfile, content)
271
end
272
- # Pass 4: Canonicalize via Runic
+ # Pass 4: Format via JuliaFormatter again to fix import line wrapping
273
+ JuliaFormatter.format(inputfiles; JULIAFORMATTER_OPTIONS...)
274
+ # Pass 5: Canonicalize via Runic
275
Runic.main(["--inplace"; inputfiles])
276
return 0
277
0 commit comments