This commit is contained in:
JOLIMAITRE Matthieu 2024-03-28 17:58:33 +01:00
parent 8b3bb9c382
commit d976cfaf74
37 changed files with 2669 additions and 371 deletions

9
gpu/tp2/.clang-format Normal file
View file

@ -0,0 +1,9 @@
---
BasedOnStyle: LLVM
DerivePointerAlignment: 'false'
IndentWidth: '4'
PointerAlignment: Left
TabWidth: '4'
UseTab: Always
...