EmmyLuaCodeStyle is a C++ based Lua code formatting plugin that supports Lua 5.1, 5.2, 5.3, 5.4, and LuaJIT. It provides the following features:
EmmyLuaCodeStyle supports project configuration through the .editorconfig
file. The .editorconfig
file must be in the project root directory. If you want different directories under the same project to use different configurations, you can add .editorconfig
files to different directories. Or if you want different files in the current directory to use different configurations, you can configure different files according to the way supported by editorconfig. For configuration documents, please refer to https://github.com/CppCXY/EmmyLuaCodeStyle.
To create a template configuration, first create an .editorconfig
file and then enter Ctrl + shift + p
to open the command window and enter insert luaCodeStyle template
.
If you have any questions, you can go to the issue of the repository to discuss, and the developer will usually answer within half a day.
Intellij-EmmyLuaCodeStyle
available for IntelliJ platform.sumneko_lua
.