cpp_mp/.clang-format
2025-11-22 19:36:26 +01:00

9 lines
310 B
YAML

BasedOnStyle: Microsoft
DerivePointerAlignment: false
PointerAlignment: Left
IndentWidth: 4 # spaces per indent level
TabWidth: 4 # width of a tab character
UseTab: Never # options: Never, ForIndentation, Alwayss
BreakTemplateDeclarations: Yes
AllowShortFunctionsOnASingleLine: Inline