.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Thu, 25 Oct 2018 21:33:43 +0800
branchstable
changeset 40422 7e4ffe2719e4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
crecord: make nextsametype() check that parent item exists (issue6009) Items that represent files in curses interface don't have parents.

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