Skip to content

Commit

Permalink
Add JuliaFormatter to the style guide (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 30, 2021
1 parent 236b053 commit 3e517d7
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 252 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
shell: julia --color=yes {0}
run: |
using Pkg
# If you update the version, also update the style guide docs.
Pkg.add(PackageSpec(name="JuliaFormatter", version="0.13.2"))
using JuliaFormatter
format("src", verbose=true)
Expand Down
Loading

0 comments on commit 3e517d7

Please sign in to comment.