diff options
| author | Grisha Shipunov | 2025-01-12 14:15:34 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-12 14:15:34 +0100 |
| commit | ea46b0bb1edd0c76f9c6cf9dfcc905396e9f66b1 (patch) | |
| tree | 784b324eee379127d832b254d1c1c011bfbe2d9d /treefmt.toml | |
| parent | 91078925890dfbbef82a644dfc9734a0efdc179b (diff) | |
add treefmt.toml
Diffstat (limited to 'treefmt.toml')
| -rw-r--r-- | treefmt.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/treefmt.toml b/treefmt.toml new file mode 100644 index 0000000..2fb777a --- /dev/null +++ b/treefmt.toml @@ -0,0 +1,3 @@ +[formatter.nixfmt-rfc-style] +command = "nixfmt" +includes = "*.nix" |
