Replace sysimage.jl by juliaw; add deps/formatter

This commit is contained in:
2021-08-31 09:51:36 -05:00
parent f235333551
commit 93d3e5987d
5 changed files with 88 additions and 45 deletions

9
deps/formatter/format.jl vendored Normal file
View File

@@ -0,0 +1,9 @@
using JuliaFormatter
format(
[
"../../src",
"../../test",
"../../benchmark/run.jl",
],
verbose=true,
)