.clang-format from flutter/plugins

Let's standardize one single codying style for the native code.
This commit is contained in:
Carlos Nihelton
2022-07-07 16:10:23 -03:00
parent cc8ca11319
commit a1a43ffc26

5
.clang-format Normal file
View File

@ -0,0 +1,5 @@
BasedOnStyle: Google
---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Left