logo

dotfiles

My dotfiles, one branch per machine
commit: 500964cfebaf75c9b1bd09aefb66cd4561a31467
parent: 232f441a6f9f9d154d2634fbc7f2cabe1315cafe
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  7 Jan 2019 18:06:32 +0100

.clang-format: Add

Diffstat:

A.clang-format17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/.clang-format b/.clang-format @@ -0,0 +1,17 @@ +AlignAfterOpenBracket: true +AlignConsecutiveAssignments: true +AlignOperands: true +AlignTrailingComments: true +AllowAllParametersOfDeclarationOnNextLine: true +AllowShortFunctionsOnASingleLine: true +AllowShortIfStatementsOnASingleLine: true +BinPackArguments: false +BinPackParameters: false +BreakBeforeBraces: Allman +SpaceBeforeParens: Never +IncludeBlocks: Regroup +ReflowComments: false +SortIncludes: true +UseTab: ForIndentation +TabWidth: 2 +ColumnLimit: 100