cpp_mp/.clang-format
2025-09-27 15:56:12 +02:00

7 lines
238 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