.clang-format
author Yuya Nishihara <yuya@tcha.org>
Wed, 05 Sep 2018 21:23:29 +0900
branchstable
changeset 39940 5405cb1a7901
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
manifest: fix out-of-bounds read of corrupted manifest entry Spotted by ASAN.

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