Skip to content

Commit

Permalink
Update JuliaFormatter to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Sep 10, 2024
1 parent f9c9107 commit 725c661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ yas_style_nesting = true

# Align struct fields for better readability of large struct definitions
align_struct_field = true

# Add trailing comma in lists
trailing_comma = true
2 changes: 1 addition & 1 deletion .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# TODO: Change the call below to
# format(".")
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.45"))'
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.60"))'
julia -e 'using JuliaFormatter; format(["benchmark", "examples", "ext", "src", "test", "utils"])'
- name: Format check
run: |
Expand Down

0 comments on commit 725c661

Please sign in to comment.