TheAlgorithms-C/.clang-tidy

7 lines
399 B
Plaintext
Raw Normal View History

2020-07-11 00:09:19 +03:00
---
Checks: '-*,google-*,clang-analyzer-*,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 }'