1 file changed
+1
-1
lines changedSubmodule EmmyLuaCodeStyle updated 38 files
- CodeFormatServer/src/Protocol/ProtocolParser.cpp+1-1
- CodeService/CMakeLists.txt+1
- CodeService/src/FormatElement/AlignmentLayoutElement.cpp+59-61
- CodeService/src/FormatElement/RangeFormatContext.cpp+58-8
- CodeService/src/FormatElement/SerializeContext.cpp+33-4
- CodeService/src/FormatElement/StringLiteralElement.cpp+69
- CodeService/src/FormatElement/TextElement.cpp+5-11
- CodeService/src/LuaEditorConfig.cpp+12-6
- CodeService/src/LuaFormatter.cpp+14-3
- CodeService/src/NameStyle/NameStyleRuleMatcher.cpp+2-2
- LuaParser/src/LuaParser.cpp+9-4
- Test/test_script/format_text/wait_format_by_option/.editorconfig+6-2
- Test/test_script/format_text/wait_format_by_option/quote_style-eq-double.lua+7
- Test/test_script/format_text/wait_format_by_option/quote_style-eq-single.lua+7
- Test/test_script/format_text/wait_format_by_option/weak_alignment_rule-eq-true.lua-9
- Test/test_script/format_text/wait_format_by_option_should_be/.editorconfig+4-2
- Test/test_script/format_text/wait_format_by_option_should_be/continuous_assign_statement_align_to_equal_sign-eq-true.lua+3-3
- Test/test_script/format_text/wait_format_by_option_should_be/continuous_assign_table_field_align_to_equal_sign-eq-true.lua+6-6
- Test/test_script/format_text/wait_format_by_option_should_be/max_continuous_line_distance-eq-2.lua+3-3
- Test/test_script/format_text/wait_format_by_option_should_be/quote_style-eq-double.lua+7
- Test/test_script/format_text/wait_format_by_option_should_be/quote_style-eq-single.lua+7
- Test/test_script/format_text/wait_format_by_option_should_be/weak_alignment_rule-eq-true.lua-9
- Test/test_script/format_text/wait_format_should_be/table.lua+6-6
- docs/format_action.md+6-5
- docs/format_action_EN.md+13-11
- docs/format_config.md+7-5
- docs/format_config_EN.md+10-8
- include/CodeService/FormatElement/AlignmentLayoutElement.h+1-1
- include/CodeService/FormatElement/FormatElementType.h+1
- include/CodeService/FormatElement/RangeFormatContext.h+7-1
- include/CodeService/FormatElement/SerializeContext.h+3-3
- include/CodeService/FormatElement/StringLiteralElement.h+21
- include/CodeService/FormatElement/TextElement.h+3-6
- include/CodeService/LuaCodeStyleEnum.h+14
- include/CodeService/LuaCodeStyleOptions.h+10-11
- include/CodeService/LuaFormatter.h+2
- include/LuaParser/LuaAstNode/LuaAstNodeType.h+2
- lua.template.editorconfig+2-3
0 commit comments