.clang-format
author Boris Feld <boris.feld@octobus.net>
Sun, 02 Jul 2017 04:06:24 +0200
changeset 40754 34f15db81cf0
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
vfs: extract the audit path logic into a submethod This will make it possible to apply it in more cases.

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