Skip to content

Commit

Permalink
update .JuliaFormatter and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jan 10, 2023
1 parent d3a8518 commit 6516e64
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 77 deletions.
8 changes: 7 additions & 1 deletion .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
indent = 2
indent = 2
margin = 80
remove_extra_newlines = true
long_to_short_function_def = true
format_docstrings = true
trailing_comma = false
separate_kwargs_with_semicolon = true
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DocMeta.setdocmeta!(
TriangularSolve,
:DocTestSetup,
:(using TriangularSolve);
recursive = true,
recursive = true
)

makedocs(;
Expand All @@ -16,9 +16,9 @@ makedocs(;
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://JuliaSIMD.github.io/TriangularSolve.jl",
assets = String[],
assets = String[]
),
pages = ["Home" => "index.md"],
pages = ["Home" => "index.md"]
)

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

0 comments on commit 6516e64

Please sign in to comment.