aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/objc/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'talk/app/webrtc/objc/.clang-format')
-rw-r--r--talk/app/webrtc/objc/.clang-format10
1 files changed, 10 insertions, 0 deletions
diff --git a/talk/app/webrtc/objc/.clang-format b/talk/app/webrtc/objc/.clang-format
new file mode 100644
index 0000000000..34694e57dc
--- /dev/null
+++ b/talk/app/webrtc/objc/.clang-format
@@ -0,0 +1,10 @@
+BasedOnStyle: Chromium
+ColumnLimit: 100
+BinPackParameters: false
+AllowAllParametersOfDeclarationOnNextLine: true
+DerivePointerAlignment: false
+PointerAlignment: Right
+SpacesBeforeTrailingComments: 1
+ObjCBlockIndentWidth: 2
+ObjCSpaceAfterProperty: false
+ObjCSpaceBeforeProtocolList: true