Trim whitespace on save and skip lines with cursor

This commit is contained in:
Krzosa Karol
2024-08-03 10:30:35 +02:00
parent ee863e3b09
commit 7f85f8348e
5 changed files with 75 additions and 30 deletions

View File

@@ -398,6 +398,7 @@ void GenerateConfig() {
style.add({"DrawLineNumbers", "1"});
style.add({"DrawScrollbar", "1"});
style.add({"IndentSize", "2"});
style.add({"TrimWhitespaceOnSave", "1"});
{
MA_Scratch scratch;