SYNC: disable splitting queries with blank lines? #1162

This commit is contained in:
SPRINX0\prochazka
2025-07-16 15:15:48 +02:00
committed by Diflow
parent 17835832f2
commit 90e4fd7ff5
3 changed files with 32 additions and 4 deletions

View File

@@ -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>