view .clang-format @ 37207:d3f1d3e4e58d

fix: remove unused imports Differential Revision: https://phab.mercurial-scm.org/D2977
author Danny Hooper <hooper@google.com>
date Fri, 30 Mar 2018 13:17:20 -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