1 Star 0 Fork 0

pchaos/vim-lua-formatter.nvim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.lua-format.default 950 Bytes
一键复制 编辑 原始数据 按行查看 历史
pchaos 提交于 2023-07-01 22:03 . update .lua-format
column_limit: 120
indent_width: 2
use_tab: false
tab_width: 2
continuation_indent_width: 2
spaces_before_call: 1
keep_simple_control_block_one_line: false
keep_simple_function_one_line: false
align_args: true
break_after_functioncall_lp: false
break_before_functioncall_rp: false
spaces_inside_functioncall_parens: false
spaces_inside_functiondef_parens: false
align_parameter: true
chop_down_parameter: false
break_after_functiondef_lp: false
break_before_functiondef_rp: true
align_table_field: true
break_after_table_lb: true
break_before_table_rb: true
chop_down_table: true
chop_down_kv_table: true
table_sep: ","
column_table_limit: 0
extra_sep_at_table_end: true
spaces_inside_table_braces: true
break_after_operator: true
double_quote_to_single_quote: false
single_quote_to_double_quote: false
spaces_around_equals_in_field: true
line_breaks_after_function_body: 1
line_separator: input
Modified: 2023-07-01 19:20:02
vimluaformatter: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/pchaos/vim-lua-formatter.nvim.git
git@gitee.com:pchaos/vim-lua-formatter.nvim.git
pchaos
vim-lua-formatter.nvim
vim-lua-formatter.nvim
main

搜索帮助