Commit 6beff9d
1 file changed
+1
-1
lines changedSubmodule EmmyLuaCodeStyle updated 22 files
- .github/workflows/build.yml+13-9
- CMakeLists.txt+7-1
- CodeFormat/src/LuaCheck.cpp+5-2
- CodeFormatCSharpLib/CMakeLists.txt+23
- CodeFormatCSharpLib/src/CodeFormat.cpp+230
- CodeFormatCSharpLib/src/CodeFormat.h+54
- CodeFormatCSharpLib/src/CodeFormatCSharpLib.cpp+52
- CodeFormatCSharpLib/src/Types.h+49
- CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticType.h+2-1
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatResolve.h+8-3
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatStrategy.h+11-4
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/TokenAnalyzer.h+5-2
- CodeFormatCore/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp+19-3
- CodeFormatCore/src/Format/Analyzer/FormatResolve.cpp+17-7
- CodeFormatCore/src/Format/Analyzer/SemicolonAnalyzer.cpp+1-1
- CodeFormatCore/src/Format/Analyzer/TokenAnalyzer.cpp+26-12
- CodeFormatCore/src/Format/FormatBuilder.cpp+18-20
- CodeFormatLib/CMakeLists.txt+1
- CodeFormatLib/src/CodeFormatLib.cpp+2
- CodeFormatServer/src/Service/CodeActionService.cpp+1
- CodeFormatServer/src/Service/DiagnosticService.cpp+3
- Test/src/FormatResult_unitest.cpp+17
0 commit comments