lua代码格式
vscode
stylua 插件
配置文件stylua.toml
column_width = 240
line_endings = “Unix”
indent_type = “Spaces” --使用空格 很重要,保证不同编辑器打开是一样的
indent_width = 4
quote_style = “AutoPreferDouble” --字符串引号样式双引号
call_parentheses = “Always” – 函数调用带括号
collapse_simple_statement = “Never” – 不折叠简单语句
- 打开VSCode并进入设置。 可以通过菜单栏的“文件”>“首选项”>“设置”来打开设置面板。 2. 在搜索框中输入“insert spaces”来找到与插入空格相关的设置。 3. 找到“Editor: Insert Spaces”选项,并确保它被勾选上。