Update .clang-format to align pointers to the types

main
Luis Díaz Más 3 years ago
parent 790fc465f4
commit 3b9fcb4b3d

@ -6,6 +6,10 @@ ColumnLimit: 120
Language: Cpp Language: Cpp
BasedOnStyle: Google BasedOnStyle: Google
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
# Useful for sorting the project inclusions and standard library inclusions separately # Useful for sorting the project inclusions and standard library inclusions separately
IncludeBlocks: Preserve IncludeBlocks: Preserve

Loading…
Cancel
Save