mirror of
https://github.com/sony/flutter-elinux-plugins.git
synced 2025-08-26 11:33:10 +08:00
12 lines
225 B
YAML
12 lines
225 B
YAML
# This file was copied from flutter/packages/.clang-format
|
|
|
|
BasedOnStyle: Google
|
|
---
|
|
Language: Cpp
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
---
|
|
Language: ObjC
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|