File: .clang-format

package info (click to toggle)
python-laszip 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: cpp: 906; sh: 50; makefile: 4; python: 1
file content (14 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
IndentWidth: 4
Language: Cpp
# Force pointers to the type for C++.
PointerAlignment: Right
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 110
AccessModifierOffset: -2
SpaceBeforeParens: ControlStatements
AllowShortLoopsOnASingleLine: false
BreakBeforeBraces: Allman
AllowShortBlocksOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Empty