EmmyLuaCodeStyle icon indicating copy to clipboard operation
EmmyLuaCodeStyle copied to clipboard

type-format 对VSCode的错误缩进进行修正

Open sumneko opened this issue 3 years ago • 0 comments
trafficstars

local x = 'if x then'$

目前VSCode中在 $ 处输入回车换行后,会错误的变成以下状态:

local x = 'if x then'
    $

光标位置发生了一次错误的缩进。我们可以识别出这种情况,然后将缩进修复回去。

sumneko avatar Aug 29 '22 09:08 sumneko