Skip to content
  • James Zern's avatar
    .clang-format: update to 4.0.1 · a3a70c38
    James Zern authored
    based on Google style with the following differences:
    3a4
    > # Generated with clang-format 4.0.1
    13c14
    < AllowShortCaseLabelsOnASingleLine: false
    ---
    > AllowShortCaseLabelsOnASingleLine: true
    23c24
    < BraceWrapping:
    ---
    > BraceWrapping:
    43c44
    < ConstructorInitializerAllOnOneLineOrOnePerLine: true
    ---
    > ConstructorInitializerAllOnOneLineOrOnePerLine: false
    46,47c47,48
    < Cpp11BracedListStyle: true
    < DerivePointerAlignment: true
    ---
    > Cpp11BracedListStyle: false
    > DerivePointerAlignment: false
    51c52
    < IncludeCategories:
    ---
    > IncludeCategories:
    78c79
    < PointerAlignment: Left
    ---
    > PointerAlignment: Right
    80c81
    < SortIncludes:    true
    ---
    > SortIncludes:    false
    
    Change-Id: I0a73f0f984a7730e6448c1fadc4cf0b9440b9226
    a3a70c38