File: .clang-format

package info (click to toggle)
iwyu 8.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,864 kB
  • sloc: cpp: 14,186; python: 5,958; ansic: 636; makefile: 29
file content (8 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
SortIncludes: false
SortUsingDeclarations: false