diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index 825f056fdee..1f3ada72498 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -3,4 +3,4 @@ whitespace_ops_in_indices = true whitespace_in_kwargs = true indent_submodule = true always_for_in = true -ignore = ["docs", "metrics"] \ No newline at end of file +ignore = ["docs", "metrics"] diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 2203067eadd..2d32d53a2ff 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -24,7 +24,7 @@ jobs: Pkg.activate(; temp=true) Pkg.add("JuliaFormatter") using JuliaFormatter - format(["src", "test", "MakieCore", "CairoMakie", "GLMakie", "WGLMakie", "RPRMakie", "ReferenceTests", "MakieRecipes"], verbose=true) + format(".", verbose=true) - name: Format check run: | julia -e '