We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f97657 commit 71d8efcCopy full SHA for 71d8efc
1 file changed
lua/sql-formatter/formatter.lua
@@ -67,7 +67,6 @@ end
67
68
-- Improved Lua-based formatter (smarter, more beautiful)
69
function M.format_with_lua(text)
70
- local lines = vim.split(text, "\n")
71
local formatted_lines = {}
72
local indent_level = 0
73
local indent = M.config.indent or " "
0 commit comments