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

7 lines
167 B
Text
Raw Permalink Normal View History

2024-04-19 15:33:03 +02:00
IndentWidth: 4
InsertBraces: true
BreakBeforeBraces: Linux
AlwaysBreakAfterReturnType: TopLevelDefinitions
SpaceBeforeParens: Never
2024-04-22 02:31:48 +02:00
AllowShortLoopsOnASingleLine: true