view .clang-format @ 46923:8ee1ac083ee7

split: fix issue with empty splits adjusting phases Differential Revision: https://phab.mercurial-scm.org/D10388
author Kyle Lippincott <spectral@google.com>
date Mon, 12 Apr 2021 17:52:46 -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