mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
SYNC: disable splitting queries with blank lines? #1162
This commit is contained in:
committed by
Diflow
parent
17835832f2
commit
90e4fd7ff5
@@ -245,6 +245,12 @@ ORDER BY
|
||||
label="Show table aliases in code completion"
|
||||
defaultValue={false}
|
||||
/>
|
||||
|
||||
<FormCheckboxField
|
||||
name="sqlEditor.disableSplitByEmptyLine"
|
||||
label="Disable split by empty line"
|
||||
defaultValue={false}
|
||||
/>
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="2">
|
||||
<div class="heading">Connection</div>
|
||||
|
||||
Reference in New Issue
Block a user