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