Format with stylua
This commit is contained in:
committed by
github-actions[bot]
parent
48c0bc7e73
commit
69e7d280cb
@@ -192,14 +192,14 @@ end
|
|||||||
|
|
||||||
-- Find the suffix for the specified line
|
-- Find the suffix for the specified line
|
||||||
local function find_line_suffix(line)
|
local function find_line_suffix(line)
|
||||||
local i = #line
|
local i = #line
|
||||||
while i > 0 do
|
while i > 0 do
|
||||||
if line:sub(i, i):find('%s') then
|
if line:sub(i, i):find('%s') then
|
||||||
return line:sub(i + 1)
|
return line:sub(i + 1)
|
||||||
end
|
|
||||||
i = i - 1
|
|
||||||
end
|
end
|
||||||
return line
|
i = i - 1
|
||||||
|
end
|
||||||
|
return line
|
||||||
end
|
end
|
||||||
|
|
||||||
---Check autoindent
|
---Check autoindent
|
||||||
|
|||||||
Reference in New Issue
Block a user