.clang-format
author David Demelier <markand@malikania.fr>
Mon, 14 May 2018 13:11:04 +0200
changeset 37998 5fa4e29ba3e3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
help: add new deprecated topic Add a deprecated topic which lists most of the commands and options that are not recommended anymore.

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