Skip to content

Commit 252928c

Browse files
authored
fix configuration.lua
1 parent 4ebd347 commit 252928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/configuration.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ local config = {
506506
["Lua.format.enable"] = {
507507
scope = 'resource',
508508
type = "boolean",
509-
default = "true",
509+
default = true,
510510
markdownDescription = "%config.format.enable%"
511511
},
512512
["Lua.format.defaultConfig"] = {

0 commit comments

Comments
 (0)