File: .clang-format

package info (click to toggle)
libdnf 0.55.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,824 kB
  • sloc: cpp: 45,638; xml: 1,554; python: 1,519; ansic: 1,169; sql: 218; sh: 50; makefile: 47
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
BasedOnStyle: Mozilla
---
Language: Cpp
AllowAllParametersOfDeclarationOnNextLine: true
PointerAlignment: Right
SpaceBeforeParens: Always
ColumnLimit: 100
IndentWidth: 4
AlignEscapedNewlines: DontAlign
...