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

No formatting settings available #7

Open
HekiliBuddy opened this issue Nov 14, 2024 · 1 comment
Open

No formatting settings available #7

HekiliBuddy opened this issue Nov 14, 2024 · 1 comment

Comments

@HekiliBuddy
Copy link

The original Plugin had code style settings available.
Currently I do not see any settings for this plugin except "EmmyLua Custom Location".
It would be nice to have settings like:

indent_size = 2
tab_width = 2
ij_continuation_indent_size = 2
ij_lua_align_consecutive_variable_declarations = false
ij_lua_align_multiline_parameters = true
ij_lua_align_multiline_parameters_in_calls = false
ij_lua_call_parameters_wrap = off
ij_lua_keep_indents_on_empty_lines = false
ij_lua_keep_simple_blocks_in_one_line = true
ij_lua_method_parameters_wrap = off
ij_lua_space_after_comma = true
ij_lua_space_before_comma = false
ij_lua_spaces_around_assignment_operators = true
@CppCXY
Copy link
Member

CppCXY commented Nov 14, 2024

it support configure by .editorconfig file see:
https://github.com/CppCXY/EmmyLuaCodeStyle/blob/master/README_EN.md

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

No branches or pull requests

2 participants