From 5d651a95a3424f1e074cc26b443685782ddd8ebd Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 7 Jul 2023 12:11:42 +0800 Subject: [PATCH] Configure treefmt --- treefmt.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 treefmt.toml diff --git a/treefmt.toml b/treefmt.toml new file mode 100644 index 0000000..04bdc55 --- /dev/null +++ b/treefmt.toml @@ -0,0 +1,8 @@ +[formatter.nix] +command = "nixpkgs-fmt" +includes = [ "*.nix" ] + +[formatter.ruby] +command = "rubocop" +options = [ "-x" ] +includes = [ "*.rb" ]