mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Improve array formatting
For most of these cases, adding a trailing comma to the array block makes clang-format put each item on a new line, and clang-format exception blocks could be reduced where clang-format does not handle them properly.
This commit is contained in:
@@ -170,7 +170,7 @@ const rct_ride_entry_vehicle CableLiftVehicle = {
|
||||
const uint16_t RideFilmLength[3] = {
|
||||
5000, // MOUSE_TAILS
|
||||
6000, // STORM_CHASERS
|
||||
7000 // SPACE_RAIDERS
|
||||
7000, // SPACE_RAIDERS
|
||||
};
|
||||
|
||||
const rct_string_id RideModeNames[] = {
|
||||
|
||||
Reference in New Issue
Block a user