mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Disable clang-format on SOUND_GROUPS array elements
This commit is contained in:
parent
8d41e28a52
commit
e0218dce2e
@ -4,6 +4,7 @@
|
||||
namespace T6
|
||||
{
|
||||
inline const std::string SOUND_GROUPS[]{
|
||||
// clang-format off
|
||||
"grp_reference",
|
||||
"grp_master",
|
||||
"grp_wpn_lfe",
|
||||
@ -30,6 +31,7 @@ namespace T6
|
||||
"grp_air",
|
||||
"grp_bink",
|
||||
"grp_announcer",
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
inline const std::string SOUND_CURVES[]{
|
||||
|
Loading…
x
Reference in New Issue
Block a user