blob: e242f80c93e861dd0073d7ecc8acfdec73e09510 [file] [log] [blame]
excludes = ["**/cipher/*"]
on-unmatched = "info"
[formatter.nixfmt-rfc-style]
command = "nixfmt"
includes = ["*.nix"]
excludes = ["**/waw.hackerspace.pl.nix"]
[formatter.jsonnetfmt]
command = "jsonnetfmt"
includes = ["*.jsonnet", "*.libsonnet"]
options = ["--in-place", "--comment-style", "l", "--string-style", "l", "--indent", "4"]
[formatter.gofmt]
command = "gofmt"
excludes = ["vendor/*"]
includes = ["*.go"]
options = ["-w"]
[formatter.buildifier]
command = "buildifier"
excludes = []
includes = ["*.bazel", "*.bzl", "**/BUILD", "WORKSPACE"]
options = []
[formatter.python]
command = "black"
includes = ["*.py"]