File: .clang-format

package info (click to toggle)
libbpp-seq 2.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,004 kB
  • sloc: cpp: 18,259; perl: 2,501; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
BasedOnStyle: Mozilla
Cpp11BracedListStyle: true
BreakBeforeBraces: Allman
NamespaceIndentation: All
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
CommentPragmas: ^\*
ColumnLimit: 120