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_spec.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/indent/sql_spec.lua (limited to 'tests/indent/sql_spec.lua') diff --git a/tests/indent/sql_spec.lua b/tests/indent/sql_spec.lua new file mode 100644 index 000000000..2fdfc9b1b --- /dev/null +++ b/tests/indent/sql_spec.lua @@ -0,0 +1,19 @@ +local Runner = require("tests.indent.common").Runner +--local XFAIL = require("tests.indent.common").XFAIL + +local run = Runner:new(it, "tests/indent/sql", { + tabstop = 4, + shiftwidth = 4, + softtabstop = 0, + expandtab = true, +}) + +describe("indent SQL:", function() + describe("whole file:", function() + run:whole_file(".", { + expected_failures = {}, + }) + end) + + describe("new line:", function() end) +end) -- cgit v1.2.3-70-g09d2