Revision 7f87c93a403f46c44405fd320a75748b6eb7e201 authored by Lars Bilke on 15 February 2021, 20:40:27 UTC, committed by Lars Bilke on 15 February 2021, 20:40:27 UTC
We currently stick to Snakemake.
1 parent 6a0e86d
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top