Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: talk/app/webrtc/objc/.clang-format

Issue 2296613002: Delete talk directory, and references from build_ios_libs.sh. (Closed)
Patch Set: Drop a few remaining references to talk/. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 BasedOnStyle: Chromium
2 ColumnLimit: 100
3 BinPackParameters: false
4 AllowAllParametersOfDeclarationOnNextLine: true
5 DerivePointerAlignment: false
6 PointerAlignment: Right
7 SpacesBeforeTrailingComments: 1
8 ObjCBlockIndentWidth: 2
9 ObjCSpaceAfterProperty: false
10 ObjCSpaceBeforeProtocolList: true
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698