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
commit

1c434528450fe69b26ceb177a56156434a42405a

parent

a2d6adfa523a32e1f8c184602eec555365bc02c9

1 file 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;