1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00
This commit is contained in:
RGBCube 2023-05-12 23:05:53 +03:00
parent 1df41ef381
commit 3874810039

View file

@ -18,7 +18,7 @@ homeConfiguration "nixos" {
text-width = 100; text-width = 100;
whitespace.render.space = "all"; whitespace.render.space = "all";
whitespace.render.tab = "all"; whitespace.render.tab = "all";
whitespace.characters.space = "p"; whitespace.characters.space = "·";
whitespace.characters.tab = ""; whitespace.characters.tab = "";
}; };
}; };