File: .clang-format

package info (click to toggle)
horizon-eda 1.4.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 25,252 kB
  • sloc: cpp: 156,537; ansic: 3,502; python: 1,989; makefile: 957; xml: 287; sh: 172; sql: 159; ruby: 61
file content (22 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
BasedOnStyle: LLVM
Language: Cpp
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Stroustrup
AlwaysBreakBeforeMultilineStrings: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IndentCaseLabels: false
AlignEscapedNewlinesLeft: false
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AlignAfterOpenBracket: Align
SpaceAfterCStyleCast: false
MaxEmptyLinesToKeep: 2
BreakBeforeBinaryOperators: NonAssignment
SortIncludes:    false
ContinuationIndentWidth: 8
NamespaceIndentation: None
AccessModifierOffset: -4
ColumnLimit: 120