File: .clang-format

package info (click to toggle)
zim-tools 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 624 kB
  • sloc: cpp: 4,534; python: 72; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
BasedOnStyle:  Google
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: All
BreakBeforeBraces: Linux
DerivePointerAlignment: false
SpacesInContainerLiterals: false
Standard: Cpp11

AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false