style: reformat code using StyLua

This commit is contained in:
Daniel Hill 2023-03-13 22:09:44 -04:00
parent 912abb7dda
commit a06a2a7ea2
4 changed files with 54 additions and 52 deletions

View File

@ -1,3 +1,6 @@
# StyLua configuration values found here:
# https://github.com/JohnnyMorganz/StyLua#configuration
column_width = 120 column_width = 120
line_endings = "Unix" line_endings = "Unix"
indent_type = "Tabs" indent_type = "Tabs"

View File

@ -44,8 +44,7 @@ function M.load()
end end
---Change colorscheme to GruberDarker ---Change colorscheme to GruberDarker
function M.colorscheme() function M.colorscheme() end
end
---GruberDarker configuration bootstrapper ---GruberDarker configuration bootstrapper
---@param opts Options ---@param opts Options