all repos — nixfiles @ 1c434528450fe69b26ceb177a56156434a42405a

System and user configuration, managed by nix and home-manager

dev/base: indent fish files with 4 spaces, as fish_indent expects
Alan Pearce alan@alanpearce.eu
Mon, 20 May 2024 20:32:07 +0200
commit

1c434528450fe69b26ceb177a56156434a42405a

parent

a2d6adfa523a32e1f8c184602eec555365bc02c9

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -58,6 +58,9 @@ indent_style = "space";         indent_size = 2;
         tab_width = 2;
       };
+      "*.fish" = {
+        indent_size = 4;
+      };
       justfile = {
         indent_style = "tab";
         tab_width = 4;