File: .clang-format

package info (click to toggle)
libapache2-mod-auth-openidc 2.4.17.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,972 kB
  • sloc: ansic: 22,277; makefile: 157; sh: 2
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortFunctionsOnASingleLine: None