| junyulai | 3850bee | 2018-11-06 21:59:44 +0800 | [diff] [blame^] | 1 | # https://clang.llvm.org/docs/ClangFormatStyleOptions.html |
| 2 | # Please keep this file in sync with system/core/.clang-format-4 | ||||
| 3 | # | ||||
| 4 | BasedOnStyle: Google | ||||
| 5 | AlignConsecutiveAssignments: true | ||||
| 6 | AlignEscapedNewlines: Right | ||||
| 7 | ColumnLimit: 100 | ||||
| 8 | CommentPragmas: NOLINT:.* | ||||
| 9 | ContinuationIndentWidth: 2 | ||||
| 10 | Cpp11BracedListStyle: false | ||||
| 11 | TabWidth: 2 | ||||