File tree
5 files changed
+5
-4
lines changed- 3rd
- crates
- basic
- luals
- publish
5 files changed
+5
-4
lines changedSubmodule EmmyLuaCodeStyle updated 18 files
- .github/workflows/build.yml+1-1
- CodeFormat/src/LuaCheck.cpp+5-2
- 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+4-1
- CodeFormatLib/src/CodeFormatLib.cpp+11
- CodeFormatLib/src/LuaJIT-Compact.cpp+21
- CodeFormatLib/src/LuaJIT-Compact.h+17
- CodeFormatServer/src/Service/CodeActionService.cpp+1
- CodeFormatServer/src/Service/DiagnosticService.cpp+3
- Test/src/FormatResult_unitest.cpp+17
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments