Set the show multiple spaces setting to off by default

This commit is contained in:
Veronica Berglyd Olsen
2025-08-24 15:31:50 +02:00
parent 2bf8ca8ab6
commit a9069389db
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ class Config:
self.doJustify = False # Justify text
self.showTabsNSpaces = False # Show tabs and spaces in editor
self.showLineEndings = False # Show line endings in editor
self.showMultiSpaces = True # Highlight multiple spaces in the text
self.showMultiSpaces = False # Highlight multiple spaces in the text
self.doReplace = True # Enable auto-replace as you type
self.doReplaceSQuote = True # Smart single quotes