all repos — nixfiles @ 77635d7322042c4410567719a8a5636631cf7988

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

dev/base: set default tab width to 4
Alan Pearce alan@alanpearce.eu
Fri, 03 May 2024 16:48:49 +0200
commit

77635d7322042c4410567719a8a5636631cf7988

parent

b47b74d208f7af374cc17ee08454847a71f75686

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

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -56,6 +56,7 @@ trim_trailing_whitespace = true;         insert_final_newline = true;
         indent_style = "space";
         indent_size = 2;
+        tab_width = 4;
       };
       justfile = {
         indent_style = "tab";