Skip to content

Commit

Permalink
use ignore in .toml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Jan 19, 2023
1 parent b41fbe7 commit 990e435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ whitespace_ops_in_indices = true
whitespace_in_kwargs = true
indent_submodule = true
always_for_in = true
ignore = ["docs", "metrics"]
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please run the following snippet (maybe multiple times) for the format check to
```julia
pkg> add JuliaFormatter
julia> using JuliaFormatter
julia> format(["src", "test", "MakieCore", "CairoMakie", "GLMakie", "WGLMakie", "RPRMakie", "MakieRecipes", "ReferenceTests"])
julia> format(".")
```

### Tests
Expand Down

0 comments on commit 990e435

Please sign in to comment.