| 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"] |