1 file changed
+1
-1
lines changedSubmodule EmmyLuaCodeStyle updated 22 files
- .github/workflows/build.yml+1-1
- CHANGELOG.md+8
- CHANGELOG_EN.md+6
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyle.h+6-1
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyleEnum.h+16-1
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/LineBreakAnalyzer.h+8-6
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/SemicolonAnalyzer.h+2-2
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/TokenAnalyzer.h+3-2
- CodeFormatCore/include/CodeFormatCore/RangeFormat/RangeFormatBuilder.h-1
- CodeFormatCore/src/Config/LanguageTranslator.cpp+12-17
- CodeFormatCore/src/Config/LuaStyle.cpp+37-3
- CodeFormatCore/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp+1-1
- CodeFormatCore/src/Format/Analyzer/AlignAnalyzer.cpp+4-2
- CodeFormatCore/src/Format/Analyzer/LineBreakAnalyzer.cpp+63-45
- CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp+15-22
- CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp+80-11
- Test/src/FormatResult_unitest.cpp+44
- Test/src/FormatStyle_unitest.cpp+67-3
- Test2/src/FormatTest2.cpp+2-7
- docs/format_config.md+2-2
- docs/format_config_EN.md+1-1
- lua.template.editorconfig+7-1
0 commit comments