File: .clang-format

package info (click to toggle)
isomd5sum 1%3A1.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 240 kB
  • sloc: ansic: 1,247; makefile: 140; python: 78
file content (18 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
Language: Cpp
Standard: Cpp11
IndentCaseLabels: true
UseTab: Never
IndentWidth: 4
AlignAfterOpenBracket: Align
PointerAlignment: Right
DerivePointerAlignment: false
AllowShortIfStatementsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
ColumnLimit: 0
BreakBeforeBraces: Attach
SpaceAfterCStyleCast: true
Cpp11BracedListStyle: false
SortIncludes: false
MaxEmptyLinesToKeep: 1