4 files changed
+4
-4
lines changedSubmodule EmmyLuaCodeStyle updated 32 files
- .gitignore+2
- .idea/.gitignore-8
- .idea/EmmyLuaCodeStyle.iml-9
- .idea/modules.xml-8
- .idea/vcs.xml-6
- CodeFormatLib/src/CodeFormatLib.cpp+70
- CodeFormatLib/src/LuaCodeFormat.cpp+8
- CodeFormatLib/src/LuaCodeFormat.h+1
- CodeService/CMakeLists.txt+1-1
- CodeService/src/AstUtil.cpp+70
- CodeService/src/LuaCodeStyleOptions.cpp+9-9
- CodeService/src/LuaEditorConfig.cpp+21-7
- CodeService/src/LuaFormatter.cpp+38-36
- CodeService/src/NameStyle/NameStyleRuleMatcher.cpp+3-9
- Test/src/CodeFormatTest.cpp-10
- Test/test_script/format_text/wait_format_by_option/.editorconfig+5-8
- Test/test_script/format_text/wait_format_by_option/call_arg_parentheses-eq-keep.lua+12
- Test/test_script/format_text/wait_format_by_option/call_arg_parentheses-eq-remove.lua+12
- Test/test_script/format_text/wait_format_by_option/keep_one_space_between_call_args_and_parentheses-eq-true.lua-15
- Test/test_script/format_text/wait_format_by_option_should_be/.editorconfig+5-3
- Test/test_script/format_text/wait_format_by_option_should_be/call_arg_parentheses-eq-keep.lua+9
- Test/test_script/format_text/wait_format_by_option_should_be/call_arg_parentheses-eq-remove.lua+9
- Test/test_script/format_text/wait_format_by_option_should_be/keep_one_space_between_call_args_and_parentheses-eq-true.lua-14
- Test/test_script/format_text/wait_format_should_be/expression.lua+1-1
- docs/format_config.md+20-26
- docs/format_config_EN.md+20-26
- include/CodeService/AstUtil.h+11
- include/CodeService/LuaCodeStyleEnum.h+7
- include/CodeService/LuaCodeStyleOptions.h+5-9
- include/CodeService/LuaEditorConfig.h+4-4
- include/CodeService/NameStyle/NameStyleRuleMatcher.h+2-3
- lua.template.editorconfig+4-4
0 commit comments