Commit 0a0e963
committed
Fix style of all
Fix capitalization of `EAxisLock` literals (e.g. `EAxisLock::Start` --> `EAxisLock::START`).
Remove redundant part of `enum class` name from literal names (e.g. `EDragSide::SIDE_BOTTOM` --> `EDragSide::BOTTOM`, `EAxis::AXIS_X` --> `EAxis::X`, `EEnvelopeEditorOp::OP_SELECT` --> `EEnvelopeEditorOp::SELECT`, `EQuadPointProp::PROP_POS_X` --> `EQuadPointProp::POS_X`).
Add consistent trailing comma for last literal.enum classes in editor1 parent 5bda840 commit 0a0e963
File tree
15 files changed
+435
-435
lines changed- src/game/editor
- mapitems
15 files changed
+435
-435
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
640 | | - | |
641 | | - | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
| |||
0 commit comments