File: .clang-format

package info (click to toggle)
nheko 0.8.0%2Breally0.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,116 kB
  • sloc: cpp: 58,677; makefile: 144; sh: 138; xml: 101; python: 80; ansic: 6
file content (14 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
Language: Cpp
Standard: Cpp11
AccessModifierOffset: -8
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: true
BasedOnStyle: Mozilla
ColumnLimit: 100
IndentCaseLabels: false
IndentWidth: 8
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right
Cpp11BracedListStyle: true