File tree
5 files changed
+107
-179
lines changed- .github/workflows
- 3rd
- script
- cli
5 files changed
+107
-179
lines changedLines changed: 104 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
24 |
| - | |
25 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
| 34 | + | |
| 35 | + | |
31 | 36 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
35 | 46 |
| |
36 |
| - | |
37 |
| - | |
| 47 | + | |
| 48 | + | |
38 | 49 |
| |
39 | 50 |
| |
40 | 51 |
| |
41 | 52 |
| |
42 |
| - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
43 | 71 |
| |
44 | 72 |
| |
45 |
| - | |
| 73 | + | |
| 74 | + | |
46 | 75 |
| |
47 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
48 | 81 |
| |
49 | 82 |
| |
50 | 83 |
| |
51 | 84 |
| |
52 | 85 |
| |
53 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
54 | 91 |
| |
55 | 92 |
| |
56 | 93 |
| |
| |||
61 | 98 |
| |
62 | 99 |
| |
63 | 100 |
| |
| 101 | + | |
| 102 | + | |
| 103 | + | |
64 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
65 | 112 |
| |
| 113 | + | |
| 114 | + | |
| 115 | + | |
66 | 116 |
| |
67 | 117 |
| |
68 | 118 |
| |
| |||
77 | 127 |
| |
78 | 128 |
| |
79 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + |
Lines changed: 0 additions & 168 deletions
This file was deleted.
Submodule EmmyLuaCodeStyle updated 25 files
- .github/workflows/build.yml+1-1
- .github/workflows/codestyle.yml-28
- .github/workflows/pr.yml+1-1
- CHANGELOG.md+183-144
- CHANGELOG_CN.md+475
- CHANGELOG_EN.md-430
- CodeFormatCore/include/CodeFormatCore/Config/LuaDiagnosticStyle.h+4
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyle.h+3-2
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyleStruct.h+10
- CodeFormatCore/include/CodeFormatCore/Diagnostic/CodeStyle/CodeStyleChecker.h+1-1
- CodeFormatCore/include/CodeFormatCore/Diagnostic/NameStyle/NameDefineType.h+1
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatStrategy.h+2-1
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/IndentationAnalyzer.h+4
- CodeFormatCore/src/Config/LuaStyle.cpp+126-97
- CodeFormatCore/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp+5-6
- CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp+26-1
- CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp+3-5
- CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp+50-29
- CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp+6-3
- CodeFormatCore/src/Format/FormatState.cpp+1-1
- Test/src/FormatResult_unitest.cpp+21
- Test/src/FormatStyle_unitest.cpp+47-2
- docs/name_style.md+1
- docs/name_style_EN.md+1
- lua.template.editorconfig+3
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
|
0 commit comments