style: reformat code with StyLua
This commit is contained in:
parent
ab566a9599
commit
d688bfafd6
7
.stylua.toml
Normal file
7
.stylua.toml
Normal 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"
|
@ -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
|
||||||
|
@ -28,4 +28,3 @@ M.default = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user