fixed styling issues (#952)

This commit is contained in:
Abouzar Parvan 2021-07-15 05:51:16 +04:30 committed by GitHub
parent f95e150518
commit 64eeec3880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 339 additions and 337 deletions

View file

@ -1,18 +1,18 @@
local M = {}
M.config = function()
O.lang.lua = {
diagnostics = {
virtual_text = { spacing = 0, prefix = "" },
signs = true,
underline = true,
},
formatter = {
exe = "stylua",
args = {},
stdin = false,
},
}
O.lang.lua = {
diagnostics = {
virtual_text = { spacing = 0, prefix = "" },
signs = true,
underline = true,
},
formatter = {
exe = "stylua",
args = {},
stdin = false,
},
}
end
M.format = function()