.clang-format
author Antonio Muci <a.mux@inwind.it>
Sat, 14 Apr 2018 18:23:57 +0200
changeset 37702 78c050eed395
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
makefile: reformat .PHONY targets The list of make targets is likely to evolve over time. This reformats streamlines future patches.

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