Skip to content
.clang-format 286 B
Newer Older
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Left
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
Thomas Steinreiter's avatar
Thomas Steinreiter committed
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowShortBlocksOnASingleLine: true