.clang-format
author Mads Kiilerich <mads@kiilerich.com>
Tue, 03 May 2022 12:41:21 +0200
branchstable
changeset 49159 363b687bb794
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
docs: use proper rst markup for preformatted blocks The multiple lines were re-flowed to a single line, both in man page and html.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2