all repos — nixfiles @ 5efe9faa9ad762667137e00c742823beabc5be6d

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

dev/base: enable line breaks in markdown (`<space><space>\n`)

Alan Pearce
commit

5efe9faa9ad762667137e00c742823beabc5be6d

parent

14c2de1200ff0032839e67c7326235d8f1eb32f6

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

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