Skip to content

Instantly share code, notes, and snippets.

View AKQuaternion's full-sized avatar

Chris Hartman AKQuaternion

  • University of Alaska Fairbanks
  • Fairbanks, Alaska
View GitHub Profile
@AKQuaternion
AKQuaternion / .clang-tidy
Last active April 20, 2018 23:37
My current .clang-tidy file
Checks: 'bugprone*,clang-analyzer*,cert*,cppcore*,misc*,modernize*,performance*,portability*,readability*,
google*,-google-runtime-references,
hicpp*,-hicpp-signed-bitwise,
llvm*,-llvm-header-guard,
-*-braces-around-statements'
FormatStyle: file
CheckOptions:
- key: readability-implicit-bool-conversion.AllowIntegerConditions
value: '1'