Set autoreplace characters with unicode code instead to make it easier to read the source code

This commit is contained in:
Veronica K. B. Olsen
2019-10-25 00:06:39 +02:00
parent 2abacc1b2f
commit a67d3ed599
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ class Config:
self.doReplaceDots = True
self.wordCountTimer = 5.0
self.fmtSingleQuotes = ["",""]
self.fmtDoubleQuotes = ["",""]
self.fmtSingleQuotes = ["\u2018","\u2019"]
self.fmtDoubleQuotes = ["\u201c","\u201d"]
self.spellLanguage = "en_GB"