supercell-wx/.clang-tidy
2024-11-28 06:53:15 -06:00

9 lines
178 B
YAML

Checks:
- '-*'
- 'bugprone-*'
- 'clang-analyzer-*'
- 'cppcoreguidelines-*'
- 'misc-*','modernize-*'
- 'performance-*'
- '-misc-include-cleaner'
FormatStyle: 'file'