3 files changed
+31
-7
lines changedSubmodule EmmyLuaCodeStyle updated 15 files
- CodeFormatLib/src/CodeFormatLib.cpp+42
- CodeFormatLib/src/LuaCodeFormat.cpp+23-1
- CodeFormatLib/src/LuaCodeFormat.h+3
- CodeService/src/FormatElement/AlignToFirstElement.cpp+39-28
- CodeService/src/FormatElement/AlignmentLayoutElement.cpp-50
- CodeService/src/FormatElement/CallArgsListLayoutElement.cpp+15-5
- CodeService/src/FormatElement/IndentOnLineBreakElement.cpp+13-1
- CodeService/src/FormatElement/KeepElement.cpp+43-8
- CodeService/src/FormatElement/LongExpressionLayoutElement.cpp+7-5
- CodeService/src/LuaFormatter.cpp+11-4
- LuaParser/src/LuaCustomParser.cpp+17-2
- LuaParser/src/LuaParser.cpp+2-2
- include/CodeService/FormatElement/FormatElementType.h+1
- include/CodeService/FormatElement/KeepElement.h+3
- include/LuaParser/LuaCustomParser.h+4-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
| |||
48 | 43 | | |
49 | 44 | | |
50 | 45 | | |
| 46 | + | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
| |||
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
83 | 105 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments