Skip to content

Commit 6516e64

Browse files
committed
update .JuliaFormatter and reformat
1 parent d3a8518 commit 6516e64

File tree

4 files changed

+187
-77
lines changed

4 files changed

+187
-77
lines changed

.JuliaFormatter.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
indent = 2
1+
indent = 2
2+
margin = 80
3+
remove_extra_newlines = true
4+
long_to_short_function_def = true
5+
format_docstrings = true
6+
trailing_comma = false
7+
separate_kwargs_with_semicolon = true

docs/make.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DocMeta.setdocmeta!(
55
TriangularSolve,
66
:DocTestSetup,
77
:(using TriangularSolve);
8-
recursive = true,
8+
recursive = true
99
)
1010

1111
makedocs(;
@@ -16,9 +16,9 @@ makedocs(;
1616
format = Documenter.HTML(;
1717
prettyurls = get(ENV, "CI", "false") == "true",
1818
canonical = "https://JuliaSIMD.github.io/TriangularSolve.jl",
19-
assets = String[],
19+
assets = String[]
2020
),
21-
pages = ["Home" => "index.md"],
21+
pages = ["Home" => "index.md"]
2222
)
2323

2424
deploydocs(; repo = "github.com/JuliaSIMD/TriangularSolve.jl")

0 commit comments

Comments
 (0)