Fork me on GitHub

Changeset b1e03e5 in git


Ignore:
Timestamp:
Sep 2, 2018, 11:10:33 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
407aeba, a1f329b
Parents:
50a30c9
Message:

add AllowShortCaseLabelsOnASingleLine to .clang-format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .clang-format

    r50a30c9 rb1e03e5  
    66ColumnLimit: 0
    77ReflowComments: false
     8AlignOperands: false
    89AlignTrailingComments: false
    9 AlignAfterOpenBracket: false
    10 AlignOperands: false
     10AlignAfterOpenBracket: DontAlign
    1111BreakConstructorInitializers: AfterColon
    1212SpaceBeforeParens: Never
     
    2828AllowShortIfStatementsOnASingleLine: true
    2929AllowShortLoopsOnASingleLine: true
     30AllowShortCaseLabelsOnASingleLine: true
Note: See TracChangeset for help on using the changeset viewer.