[go: up one dir, main page]

File: .clang-format

package info (click to toggle)
libbpp-core 2.4.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,184 kB
  • sloc: cpp: 31,128; python: 481; 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