From dae928b3bbbcdd3890c61549bdc4c50e1e0d3094 Mon Sep 17 00:00:00 2001 From: Matthias Q <35303817+matthias-Q@users.noreply.github.com> Date: Thu, 25 May 2023 07:53:14 +0200 Subject: indents(sql): initial support (#4857) * indents(sql): initial support * indents(sql): fix queries and lua style --- tests/indent/sql/compound.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/indent/sql/compound.sql (limited to 'tests/indent/sql/compound.sql') diff --git a/tests/indent/sql/compound.sql b/tests/indent/sql/compound.sql new file mode 100644 index 000000000..e645c6efb --- /dev/null +++ b/tests/indent/sql/compound.sql @@ -0,0 +1,3 @@ +begin + create table foo (bar int); +end; -- cgit v1.2.3-70-g09d2