refactor: remove modelines from Lua files

Now that we have builtin EditorConfig support and a formatting check in
CI, these are not necessary.
This commit is contained in:
Gregory Anders
2023-04-13 15:29:13 -06:00
committed by GitHub
parent 66c66d8db8
commit bfb28b62da
10 changed files with 0 additions and 11 deletions

View File

@@ -806,4 +806,3 @@ function M.execute_command(command_params)
end
return M
-- vim:sw=2 ts=2 et

View File

@@ -644,4 +644,3 @@ for k, fn in pairs(M) do
end
return M
-- vim:sw=2 ts=2 et

View File

@@ -174,4 +174,3 @@ function log.should_log(level)
end
return log
-- vim:sw=2 ts=2 et

View File

@@ -894,4 +894,3 @@ function protocol.resolve_capabilities(server_capabilities)
end
return protocol
-- vim:sw=2 ts=2 et

View File

@@ -753,4 +753,3 @@ return {
client_errors = client_errors,
create_read_loop = create_read_loop,
}
-- vim:sw=2 ts=2 et

View File

@@ -2154,4 +2154,3 @@ M._get_line_byte_from_position = get_line_byte_from_position
M.buf_versions = {}
return M
-- vim:sw=2 ts=2 et