style: reformat code with StyLua

This commit is contained in:
Daniel Hill 2023-01-22 23:56:37 -05:00
parent ab566a9599
commit d688bfafd6
4 changed files with 243 additions and 237 deletions

7
.stylua.toml Normal file
View File

@ -0,0 +1,7 @@
column_width = 120
line_endings = "Unix"
indent_type = "Tabs"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
# collapse_simple_statement = "Never"

View File

@ -6,7 +6,7 @@
---@type ConfigMgr ---@type ConfigMgr
local M = { local M = {
resolved_opts = nil resolved_opts = nil,
} }
---Get default GruberDarker colorscheme options ---Get default GruberDarker colorscheme options

View File

@ -28,4 +28,3 @@ M.default = {
} }
return M return M