view .clang-format @ 35965:c839bbee1e13

parseindex: also forward keyword argument in a debug wrapper Otherwise, it gets in the way of a coming refactoring.
author Boris Feld <boris.feld@octobus.net>
date Tue, 06 Feb 2018 11:52:37 +0100
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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