Fix for windows users

This commit is contained in:
Tim 2023-07-03 16:59:28 +02:00
parent 766c3d68fd
commit c2eec1f22e
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,8 @@
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
---
PointerAlignment: Left