.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Fri, 05 Oct 2018 23:27:17 +0800
changeset 40398 0ac794e0e285
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
streamclone: include obsstore file into stream bundle if client can read it

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