.clang-format
author Martijn Pieters <mj@zopatista.com>
Wed, 01 Aug 2018 16:06:53 +0200
changeset 38798 d58958676b3c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
extensions: add detailed loading information This lets you track down what exactly is happening during extension loading, and how long various steps took.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2