aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SharedSupport/Default Bundles/Format SQL.spBundle/command.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist b/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist
index 1459d7a6..c9458332 100644
--- a/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist
+++ b/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist
@@ -150,7 +150,7 @@ cat <<HTML
<input type="radio" name="salign" value="sleft" checked> Align left
<input type="radio" name="salign" value="sright" > Align right
<input type="checkbox" name="andorunderwhere" value="yes" checked> And/Or under Where
- <input type="checkbox" name="removelnbr" value="yes" checked> Remove Linebreak before beautify
+ <input type="checkbox" name="removelnbr" value="no" checked> Remove Linebreak before beautify
<input type="checkbox" name="trimquotechar" value="yes"> Trim Quoted Char of Each Line quoted char of eachline: <input type="text" name="quotechar" value= "&#34" size = 5 >
<input type="checkbox" name="compactmode" value="yes"> Compact the output of sql output
<input type="text" name="maxlenincm" value= "80" size = 5 >