From 8105de58a26c4cb649b29e2eb529708304f0d863 Mon Sep 17 00:00:00 2001 From: ebolam Date: Sun, 18 Dec 2022 11:14:56 -0500 Subject: [PATCH] Set auto spacing to true by default --- koboldai_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koboldai_settings.py b/koboldai_settings.py index b345f2c4..3847a8b7 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -1125,11 +1125,11 @@ class user_settings(settings): self.socketio = socketio self.wirmvwhtsp = False # Whether to remove leading whitespace from WI entries self.widepth = 3 # How many historical actions to scan for WI hits - self.formatoptns = {'frmttriminc': True, 'frmtrmblln': False, 'frmtrmspch': False, 'frmtadsnsp': False, 'singleline': False} # Container for state of formatting options + self.formatoptns = {'frmttriminc': True, 'frmtrmblln': False, 'frmtrmspch': False, 'frmtadsnsp': True, 'singleline': False} # Container for state of formatting options self.frmttriminc = True self.frmtrmblln = False self.frmtrmspch = False - self.frmtadsnsp = False + self.frmtadsnsp = True self.singleline = False self.remove_double_space = True self.importnum = -1 # Selection on import popup list