view .clang-format @ 42363:b02f3aa2fab5

test: add missing 'cd ..' to test case Differential Revision: https://phab.mercurial-scm.org/D6439
author Danny Hooper <hooper@google.com>
date Wed, 22 May 2019 16:20:34 -0700
parents d0a3fa849cb8
children
line wrap: on
line source

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