From 9431b01e34905dcb053cc971ebc9f17936ce0bac Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Tue, 23 Aug 2022 14:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E6=97=B6=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=A1=AB=E8=A1=A5table=5Fsep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rd/EmmyLuaCodeStyle | 2 +- script/config/template.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle index 763d15e01..ec0311bf6 160000 --- a/3rd/EmmyLuaCodeStyle +++ b/3rd/EmmyLuaCodeStyle @@ -1 +1 @@ -Subproject commit 763d15e0160aca5535f3c3b938b2230cbaea4c90 +Subproject commit ec0311bf65ce5655607437a76c98f1edc1319083 diff --git a/script/config/template.lua b/script/config/template.lua index 14c341e1a..09ba61eaf 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -375,7 +375,8 @@ local template = { ['Lua.typeFormat.config'] = Type.Hash(Type.String, Type.String) >> { format_line = "true", - auto_complete_end = "true" + auto_complete_end = "true", + auto_complete_table_sep = "true" }, ['Lua.spell.dict'] = Type.Array(Type.String), ['Lua.telemetry.enable'] = Type.Or(Type.Boolean >> false, Type.Nil) >> nil,