view .clang-format @ 40415:dce0e0f78f0f

help: displaying extension commands by default Differential Revision: https://phab.mercurial-scm.org/D5156
author rdamazio@google.com
date Thu, 18 Oct 2018 19:57:30 -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