blob: 6682f7717715fffcd14e1d5fbf47ad92c19910d1 [file] [log] [blame]
junyulai3850bee2018-11-06 21:59:44 +08001# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
2# Please keep this file in sync with system/core/.clang-format-4
3#
4BasedOnStyle: Google
5AlignConsecutiveAssignments: true
6AlignEscapedNewlines: Right
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ContinuationIndentWidth: 2
10Cpp11BracedListStyle: false
11TabWidth: 2