.clang-format
author Boris Feld <boris.feld@octobus.net>
Mon, 16 Oct 2017 17:14:32 +0200
changeset 34863 b1e3f609bf45
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
config: invert evolution-related configuration aliases We want to split the evolution-related configuration and back-out the renaming from evolution.* to stabilization.*. First invert the configuration and aliases, so next changesets will be cleaner. Differential Revision: https://phab.mercurial-scm.org/D1146

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false