.clang-format
author Alexander Pyhalov <apyhalov@gmail.com>
Mon, 13 Apr 2020 16:30:13 +0300
branchstable
changeset 44692 539490756a72
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)

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