Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Jan 19, 2024
1 parent 123df1d commit 6aeb2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .JuliaFormatter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ using Pkg # Load package manager
Pkg.add("JuliaFormatter") # Install JuliaFormatter

using JuliaFormatter # Load JuliaFormatter
format("."; verbose=true) # Format all files
format("."; verbose = true) # Format all files

Pkg.rm("JuliaFormatter") # Remove JuliaFormatter
Pkg.rm("JuliaFormatter") # Remove JuliaFormatter

0 comments on commit 6aeb2ff

Please sign in to comment.