view .clang-format @ 41002:e88ced97151d

perfrevlogwrite: fix a typo in the option name The submitted patches was apparently damaged, and a 's' was missing.
author Boris Feld <boris.feld@octobus.net>
date Wed, 19 Dec 2018 02:57:48 +0100
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