TheAlgorithms-C/.clang-tidy

7 lines
443 B
YAML

---
Checks: '-*,google-*,clang-analyzer-*,-clang-analyzer-security.insecureAPI.rand,openmp-*,performance-*,portability-*,modernize-*'
WarningsAsErrors: '*'
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: '{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 80, AccessModifierOffset: -4 }'