diff options
author | Muxi Yan <mxyan@google.com> | 2018-04-11 17:34:13 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-04-11 17:53:51 -0700 |
commit | e433b56defb450f5815e973da8798512b99c9e51 (patch) | |
tree | 0b07a1dc272acc5281fbdd7e7c432e8b17787301 /.clang-format | |
parent | 277990734d779cfff79636be5e82506e9b43ae67 (diff) |
Support cleaning objc files
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 3b2451958b..f9af7637aa 100644 --- a/.clang-format +++ b/.clang-format @@ -3,5 +3,10 @@ Language: Cpp BasedOnStyle: Google DerivePointerAlignment: false PointerAlignment: Left +--- +Language: ObjC +BasedOnStyle: Google +ColumnLimit: 100 +ObjCBlockIndentWidth: 2 ... |