Skip to content

Commit dec586e

Browse files
committed
format template.lua
1 parent 7342515 commit dec586e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/config/template.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ local template = {
415415
["Lua.docScriptPath"] = Type.String,
416416
-- VSCode
417417
["Lua.addonManager.enable"] = Type.Boolean >> true,
418-
["Lua.addonManager.repositoryPath"] = Type.String,
419-
["Lua.addonManager.repositoryBranch"] = Type.String,
418+
["Lua.addonManager.repositoryPath"] = Type.String,
419+
["Lua.addonManager.repositoryBranch"] = Type.String,
420420
['files.associations'] = Type.Hash(Type.String, Type.String),
421421
-- copy from VSCode default
422422
['files.exclude'] = Type.Hash(Type.String, Type.Boolean) >> {

0 commit comments

Comments
 (0)