summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-05-20 20:32:07 +0200
committerAlan Pearce2024-05-20 20:32:07 +0200
commit1c434528450fe69b26ceb177a56156434a42405a (patch)
tree52281792a6634667dfdf57ff68d7498bd19cc486 /user/settings
parenta2d6adfa523a32e1f8c184602eec555365bc02c9 (diff)
downloadnixfiles-1c434528450fe69b26ceb177a56156434a42405a.tar.lz
nixfiles-1c434528450fe69b26ceb177a56156434a42405a.tar.zst
nixfiles-1c434528450fe69b26ceb177a56156434a42405a.zip
dev/base: indent fish files with 4 spaces, as fish_indent expects
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/development/base.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix
index 6a860c79..4ebc5f5d 100644
--- a/user/settings/development/base.nix
+++ b/user/settings/development/base.nix
@@ -58,6 +58,9 @@
         indent_size = 2;
         tab_width = 2;
       };
+      "*.fish" = {
+        indent_size = 4;
+      };
       justfile = {
         indent_style = "tab";
         tab_width = 4;