Formating: Force left alignment

By default Google style is to fallback to currently in use alignment
making google export and github conflicting
This commit is contained in:
Corentin Le Molgat
2020-10-29 14:13:18 +01:00
parent 9f22362a66
commit 3b3b8562ea

View File

@@ -1,6 +1,9 @@
---
Language: Cpp
BasedOnStyle: Google
# Forse pointer to the type for C++
DerivePointerAlignment: false
PointerAlignment: Left
---
Language: Java
BasedOnStyle: Google