fix(helix): No end newline

This commit is contained in:
Sweetbread 2025-01-31 19:45:16 +03:00
parent 96d83ec1b4
commit f2c215460b

View File

@ -6,6 +6,7 @@
settings = { settings = {
# theme = "catppuccin-mocha"; # theme = "catppuccin-mocha";
editor = { editor = {
insert-final-newline = false;
whitespace.render = { whitespace.render = {
space = "all"; space = "all";
tab = "all"; tab = "all";