view .clang-format @ 38561:600d8d9b8551

packaging: add fedora 28 Differential Revision: https://phab.mercurial-scm.org/D3892
author Augie Fackler <augie@google.com>
date Thu, 05 Jul 2018 01:04:32 -0400
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