Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

需要一个禁用格式化时移动注释的选项 #206

Open
KyuubiRan opened this issue Jun 9, 2024 · 0 comments
Open

需要一个禁用格式化时移动注释的选项 #206

KyuubiRan opened this issue Jun 9, 2024 · 0 comments

Comments

@KyuubiRan
Copy link

版本:v0.2.26

local assets = { 
    -- 动画
    Asset("ANIM", "anim/myanimate.zip"), 

    -- 物品栏图标
    Asset("ATLAS", "images/inventoryimages/myitem.xml"), Asset("IMAGE", "images/inventoryimages/myitem.tex"), 
    
    -- 其他图标
    Asset("ATLAS", "images/other.xml"), Asset("IMAGE", "images/other.tex")
}

在格式化之后会变成

local assets = { 
    -- 动画
    Asset("ANIM", "anim/myanimate.zip"),  -- 物品栏图标
    Asset("ATLAS", "images/inventoryimages/myitem.xml"), Asset("IMAGE", "images/inventoryimages/myitem.tex"),  -- 其他图标
    Asset("ATLAS", "images/other.xml"), Asset("IMAGE", "images/other.tex")
}

这不符合预期 但是我在设置中没有找到格式化不移动注释的选项

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant