OpenRCT2/src/openrct2-ui/audio
clang-format b02dfdbc93 Binpack function arguments together
Previously when the arguments of a function wouldn't fit on a single line, clang-format would put each argument on its own line instead. By enabling the binpack parameter setting, it tried to fit as many on one line as possible instead.

Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>
2018-07-23 16:00:22 +02:00
..
AudioChannel.cpp clang-format UI audio 2018-07-23 16:00:12 +02:00
AudioContext.cpp clang-format UI audio 2018-07-23 16:00:12 +02:00
AudioContext.h clang-format UI audio 2018-07-23 16:00:12 +02:00
AudioFormat.h clang-format UI audio 2018-07-23 16:00:12 +02:00
AudioMixer.cpp Binpack function arguments together 2018-07-23 16:00:22 +02:00
FileAudioSource.cpp clang-format UI audio 2018-07-23 16:00:12 +02:00
MemoryAudioSource.cpp clang-format UI audio 2018-07-23 16:00:12 +02:00