view .clang-format @ 41991:3f467db023a2

crecord: completely redraw screen when coming back from editor Differential Revision: https://phab.mercurial-scm.org/D6129
author Kyle Lippincott <spectral@google.com>
date Wed, 13 Mar 2019 18:39:36 -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