.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 30 Mar 2018 23:21:46 -0400
changeset 37215 73a60281a861
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
server: refactor 'daemon_postexec' instructions into a dictionary

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