all repos — nixfiles @ 6494b4c6c26a85497164df39efbfef1ae81f308e

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

dev/base: fix inconsistent indentation in go files

Alan Pearce
commit

6494b4c6c26a85497164df39efbfef1ae81f308e

parent

e9791ad62b5e4258f893ce2e7aad8f93cd1b5f56

1 file changed, 1 insertion(+), 1 deletion(-)

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