TheAlgorithms-C/.clang-tidy

7 lines
440 B
Plaintext
Raw Normal View History

2020-07-11 00:09:19 +03:00
---
2020-07-11 02:05:21 +03:00
Checks: '-*,google-*,clang-analyzer-*,-clang-analyzer-security.insecureAPI.*,openmp-*,performance-*,portability-*,modernize-*'
2020-07-11 01:38:47 +03:00
WarningsAsErrors: '*'
2020-07-11 00:09:19 +03:00
HeaderFilterRegex: ''
AnalyzeTemporaryDtors: false
FormatStyle: '{ BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 80, AccessModifierOffset: -4 }'