Files
tgbot/.clang-format
2025-02-04 17:22:13 +01:00

9 lines
190 B
YAML

UseTab: Always
IndentWidth: 4
TabWidth: 4
ColumnLimit: 0
AllowAllParametersOfDeclarationOnNextLine: false
BreakBeforeBinaryOperators: None
SpacesInParentheses: false
BinPackParameters: true