From 7fc1293ceb190f078844482d3386ef045edc723d Mon Sep 17 00:00:00 2001 From: nightfox <> Date: Mon, 31 Dec 2012 18:52:05 +0000 Subject: [PATCH] Added the indentQuoteLinesWithInitials configuration option for SlyEdit 1.18. --- ctrl/SlyEdit.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ctrl/SlyEdit.cfg b/ctrl/SlyEdit.cfg index 696f03f427..04bf7f3553 100644 --- a/ctrl/SlyEdit.cfg +++ b/ctrl/SlyEdit.cfg @@ -8,6 +8,9 @@ inputTimeoutMS=300000 reWrapQuoteLines=true ; Whether or not to prefix the quote lines with the last author's initials useQuoteLineInitials=true +; When prefixing quote lines with the last author's initials, whether or not +; to indent the quote lines with a space. +indentQuoteLinesWithInitials=false ; 3rd-party startup scripts ;add3rdPartyStartupScript= ; JavaScript commands to run upon start of SlyEdit -- GitLab