diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2024-01-16 14:27:20 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2024-01-16 14:27:20 +0100 |
commit | edcc90d45ed5a762490f63d52d8049a8df4db9c1 (patch) | |
tree | b1714639e77efc00832de305e663ace2d5d3c00a /flake.nix | |
parent | 6aff2f9b0c11273fc2280a73ecaf9b7f3bca1249 (diff) |
simplify and 4 spaces
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ _ = ["shfmt"]; }; formatters.shfmt = { - prepend_args = ["-i" "2"]; + prepend_args = ["-i" "4" "-s"]; }; }; luasnip.enable = true; |