Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration file for JuliaFormatter.jl
# For more information, see: https://domluna.github.io/JuliaFormatter.jl/stable/config/
# For more information, see: https://JuliaEditorSupport.github.io/JuliaFormatter.jl/stable/config/

always_for_in = true
always_use_return = true
Expand Down
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ Documenter.DocMeta.setdocmeta!(
# Ignore the very many GitHub links
r"https://github.com/jump-dev/.+",
"https://arxiv.org/abs/2002.03447",
# https://github.com/JuliaDocs/Documenter.jl/issues/2834
"https://lpsolve.sourceforge.net/5.5/CPLEX-format.htm",
"https://www.ibm.com/docs/en/icos/22.1.0?topic=cplex-lp-file-format-algebraic-representation",
"https://www.ibm.com/docs/en/icos/22.1.1?topic=api-cpxmip-optimal-infeas",
],
modules = [MathOptInterface],
checkdocs = :exports,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/implementing.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Project.toml
* The `/test` folder contains code for testing your package. See
[Setup tests](@ref) for more information.
* The `.JuliaFormatter.toml` and `.github/workflows/format_check.yml` enforce
code formatting using [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl).
code formatting using [JuliaFormatter.jl](https://github.com/JuliaEditorSupport/JuliaFormatter.jl).
Check existing solvers or JuMP.jl for details.

### Documentation
Expand Down
Loading