mirai/.clang-format

12 lines
309 B
Text
Raw Normal View History

UseTab: Always
IndentWidth: 4
TabWidth: 4
ColumnLimit: 100
BreakBeforeBraces: Linux
SeparateDefinitionBlocks: Always
AllowShortBlocksOnASingleLine: Never
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
2024-04-14 14:11:41 +02:00
AllowShortLambdasOnASingleLine: Empty
AlignAfterOpenBracket: BlockIndent