chore: update StyLua configuration
This commit is contained in:
parent
de9a3543f8
commit
0adfd0bcdc
@ -7,4 +7,7 @@ indent_type = "Tabs"
|
||||
indent_width = 2
|
||||
quote_style = "AutoPreferDouble"
|
||||
call_parentheses = "Always"
|
||||
# collapse_simple_statement = "Never"
|
||||
collapse_simple_statement = "Never"
|
||||
|
||||
[sort_requires]
|
||||
enabled = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
local Highlight = require("gruber-darker.highlight")
|
||||
local c = require("gruber-darker.palette")
|
||||
local opts = require("gruber-darker.config").get_opts()
|
||||
local Highlight = require("gruber-darker.highlight")
|
||||
|
||||
local M = {
|
||||
---@type table<string, Highlight>
|
||||
|
Loading…
Reference in New Issue
Block a user