Skip to content

Instantly share code, notes, and snippets.

View jrlanglois's full-sized avatar
:octocat:
Code.

Joël R. Langlois jrlanglois

:octocat:
Code.
View GitHub Profile
@kristopherjohnson
kristopherjohnson / .clang-format
Last active February 18, 2020 13:51
Script that runs clang-format on files in a set of directories
BasedOnStyle: Webkit
BreakBeforeBraces: Allman
BreakConstructorInitializersBeforeComma: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
IndentCaseLabels: true
MaxEmptyLinesToKeep: 2
PointerBindsToType: false
SpacesBeforeTrailingComments: 2
Standard: Cpp11