Mike Richards

Results 22 comments of Mike Richards

@JKamsker Not very useful to tell us you got it working without any details. Getting the same error and no solution has been provided yet.

These are all my style options: ``` column_limit: 80 indent_width: 2 use_tab: false continuation_indent_width: 2 keep_simple_control_block_one_line: false keep_simple_function_one_line: false align_args: true break_after_functioncall_lp: true break_before_functioncall_rp: false align_parameter: true chop_down_parameter: true break_after_functiondef_lp:...

My current options: ``` column_limit: 80 indent_width: 2 use_tab: false continuation_indent_width: 2 keep_simple_control_block_one_line: false keep_simple_function_one_line: false align_args: true break_after_functioncall_lp: true break_before_functioncall_rp: false align_parameter: true chop_down_parameter: true break_after_functiondef_lp: true break_before_functiondef_rp: false...

I also really want this too for situations where the number of arguments passed to a function is long and 1 may be an inline function. It looks weird when...

Thanks, had this issue for a while and finally found this page. Disabling that option fixed the problem but hopefully it'll get fixed soon because its hard to recommend the...

I was about to say the same but the latest update fixed it for my leatherworking bag. Thanks for maintaining this :) Also, the README says it's for "Classic WoW...

Had the same question. Documentation in the README for this would be helpful. I added: ``` "[lua]": { "editor.defaultFormatter": "Koihik.vscode-lua-format" }, ``` and then use the standard vscode formatter settings...

Also, an example of how to use a style config file would be good. I've added a `lua-formatter.yml` file (not sure if that's the correct file type) with some changed...

So it seems to work now when I add only a few style options: ``` indent_width: 2 ``` I also renamed `yml` to `yaml` (not sure if that matters). When...

I love the idea, but I would suggest using `---@const` for the variable itself to show that the variable cannot be reassigned, and if you want values within a data...