summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2024-01-16 14:27:20 +0100
committerTom Barrett <tom@tombarrett.xyz>2024-01-16 14:27:20 +0100
commitedcc90d45ed5a762490f63d52d8049a8df4db9c1 (patch)
treeb1714639e77efc00832de305e663ace2d5d3c00a
parent6aff2f9b0c11273fc2280a73ecaf9b7f3bca1249 (diff)
simplify and 4 spaces
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 5e0345e..a74fd6e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,7 +50,7 @@
_ = ["shfmt"];
};
formatters.shfmt = {
- prepend_args = ["-i" "2"];
+ prepend_args = ["-i" "4" "-s"];
};
};
luasnip.enable = true;