.clang-format
author Ludovic Chabant <ludovic@chabant.com>
Sat, 02 Feb 2019 21:58:49 -0800
changeset 41584 a4cd77a425a3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
extdiff: support tools that can be run simultaneously

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