mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 16:58:00 +00:00
22 lines
282 B
TOML
22 lines
282 B
TOML
[formatter.nix]
|
|
command = "nixpkgs-fmt"
|
|
includes = ["*.nix"]
|
|
|
|
[formatter.ruby]
|
|
command = "rubocop"
|
|
options = ["-x"]
|
|
includes = ["*.rb"]
|
|
|
|
[formatter.web]
|
|
command = "prettier"
|
|
options = ["--write"]
|
|
includes = [
|
|
"*.css",
|
|
"*.js",
|
|
"*.json",
|
|
"*.jsx",
|
|
"*.scss",
|
|
"*.ts",
|
|
"*.yaml",
|
|
]
|