OpenRCT2/.clang-tidy

12 lines
282 B
Plaintext
Raw Normal View History

2024-02-17 23:03:59 +01:00
---
Checks: >
-*,
2024-02-17 23:03:59 +01:00
cppcoreguidelines-macro-usage,
modernize-use-nullptr,
modernize-use-override
CheckOptions:
- key: cppcoreguidelines-macro-usage.AllowedRegexp
value: 'validate_global_widx|NETWORK_STREAM_VERSION'
2024-02-17 23:03:59 +01:00
WarningsAsErrors: true
FormatStyle: 'file'