notes-ing2/gpu/tp2/.clang-format
2024-03-28 17:58:33 +01:00

9 lines
129 B
YAML

---
BasedOnStyle: LLVM
DerivePointerAlignment: 'false'
IndentWidth: '4'
PointerAlignment: Left
TabWidth: '4'
UseTab: Always
...