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

5
deps/formatter/Project.toml vendored Normal file
View File

@@ -0,0 +1,5 @@
[deps]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
[compat]
JuliaFormatter = "0.14.4"

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

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