OpenRCT2/.clang-tidy

15 lines
413 B
Plaintext
Raw Permalink 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,
readability-uppercase-literal-suffix
CheckOptions:
- key: cppcoreguidelines-macro-usage.AllowedRegexp
value: 'validate_global_widx|NETWORK_STREAM_VERSION'
- key: readability-uppercase-literal-suffix.NewSuffixes
value: 'u;L;uL;LL;uLL'
2024-02-17 23:03:59 +01:00
WarningsAsErrors: true
FormatStyle: 'file'