Skip to content

Instantly share code, notes, and snippets.

View hajimes's full-sized avatar

Hajime Senuma hajimes

  • National Institute of Informatics
  • Japan
View GitHub Profile
@pganssle
pganssle / .clang-format
Created August 9, 2019 14:19
Clang format style that approximates PEP 7
# A clang-format style that approximates Python's PEP 7
# Useful for IDE integration
BasedOnStyle: Google
AlwaysBreakAfterReturnType: All
AllowShortIfStatementsOnASingleLine: false
AlignAfterOpenBracket: Align
BreakBeforeBraces: Stroustrup
ColumnLimit: 79
DerivePointerAlignment: false
IndentWidth: 4