Lua.OnSave, GetViewForFixingWhenBufferCommand

This commit is contained in:
Krzosa Karol
2025-05-09 20:25:05 +02:00
parent 1590f12b43
commit 8370a2ae67
9 changed files with 174 additions and 85 deletions

View File

@@ -260,8 +260,6 @@ void GenerateConfig() {
style.add({"DrawLineNumbers", "1"});
style.add({"DrawScrollbar", "1"});
style.add({"IndentSize", "4"});
style.add({"TrimWhitespaceOnSave", "1"});
style.add({"ClangFormatOnSave", "0"});
style.add({"FontSize", "15"});
style.add({"FontFilter", "0"}); // nearest = 0, linear = 1 - seems like nearest always better?
style.add({"Font", "C:/Windows/Fonts/consola.ttf"});