This repository has been archived on 2024-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
work-stealing-scheduler/.clang-format
2024-04-22 02:31:48 +02:00

6 lines
167 B
YAML

IndentWidth: 4
InsertBraces: true
BreakBeforeBraces: Linux
AlwaysBreakAfterReturnType: TopLevelDefinitions
SpaceBeforeParens: Never
AllowShortLoopsOnASingleLine: true