Skip to content

Commit

Permalink
Update styleguide.md
Browse files Browse the repository at this point in the history
Updated the formatting command line fixing the issue #1539
  • Loading branch information
jmark authored Jun 20, 2023
1 parent 196f139 commit 7c02dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ of your PR), you need to install JuliaFormatter.jl first by running
```shell
julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
```
You can then recursively format all Julia files in the Trixi.jl repo by executing
You can then recursively format the core Julia files in the Trixi.jl repo by executing
```shell
julia -e 'using JuliaFormatter; format(".")'
julia -e 'using JuliaFormatter; format(["benchmark", "ext", "src", "utils"])'
```
from inside the Trixi.jl repository. For convenience, there is also a script you can
directly run from your terminal shell, which will automatically install JuliaFormatter in a
Expand Down

0 comments on commit 7c02dbc

Please sign in to comment.