Changeset b1e03e5 in git
- Timestamp:
- Sep 2, 2018, 11:10:33 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 407aeba, a1f329b
- Parents:
- 50a30c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.clang-format
r50a30c9 rb1e03e5 6 6 ColumnLimit: 0 7 7 ReflowComments: false 8 AlignOperands: false 8 9 AlignTrailingComments: false 9 AlignAfterOpenBracket: false 10 AlignOperands: false 10 AlignAfterOpenBracket: DontAlign 11 11 BreakConstructorInitializers: AfterColon 12 12 SpaceBeforeParens: Never … … 28 28 AllowShortIfStatementsOnASingleLine: true 29 29 AllowShortLoopsOnASingleLine: true 30 AllowShortCaseLabelsOnASingleLine: true
Note:
See TracChangeset
for help on using the changeset viewer.