env: merge .clang-format from flutter/packages repo (#76)
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
68bd7ba3ba
commit
871ed935e8
+10
-1
@@ -1,2 +1,11 @@
|
|||||||
# This file was copied from flutter/plugins/.clang-format.
|
# This file was copied from flutter/packages/.clang-format
|
||||||
|
|
||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
|
---
|
||||||
|
Language: Cpp
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
PointerAlignment: Left
|
||||||
|
---
|
||||||
|
Language: ObjC
|
||||||
|
DerivePointerAlignment: false
|
||||||
|
PointerAlignment: Right
|
||||||
|
|||||||
Reference in New Issue
Block a user