Formatting
JuliaFormatter.jl
We use JuliaFormatter.jl for formatting and recommend you to install it in your global environment:
julia> # Press ]
pkg> activate
pkg> add JuliaFormatter
Beware of reviewdog 🐶
We use the julia-format Github action to ensure that the code follows the formatting rules defined by JuliaFormatter.jl. When opening a pull request reviewdog will automatically make formatting suggestions for your code.
Written by Judith Schepers.