You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right, the docs are a little ahead of the status quo! The examples are currently being formatted in #1531, and the docs will follow after. Feel free to create a PR to fix the docs to the current status quo 👍
The current guidelines https://trixi-framework.github.io/Trixi.jl/stable/styleguide/#automated-source-code-formatting
suggest to format the whole Trixi repo:
julia -e 'using JuliaFormatter; format(".")'
.Doing this leads to massive reformatting of many files.
But the GH CI actually checks only a subset of files:
julia -e 'using JuliaFormatter; format(["benchmark", "ext", "src", "utils"])'
Question is: Suggest the latter in the styleguides or enforce formatting for all files in Trixi?
The text was updated successfully, but these errors were encountered: