Dan Sinclair | 6e58189 | 2020-03-02 15:47:43 -0500 | [diff] [blame] | 1 | # http://clang.llvm.org/docs/ClangFormatStyleOptions.html |
Corentin Wallez | a351ce9 | 2017-11-24 11:44:47 -0500 | [diff] [blame] | 2 | BasedOnStyle: Chromium |
Corentin Wallez | a351ce9 | 2017-11-24 11:44:47 -0500 | [diff] [blame] | 3 | |
4 | ColumnLimit: 100 | ||||
5 | |||||
6 | # Use 4 space indents | ||||
7 | IndentWidth: 4 | ||||
8 | ObjCBlockIndentWidth: 4 | ||||
9 | AccessModifierOffset: -2 | ||||
Austin Eng | 86a617f | 2022-05-19 20:08:19 +0000 | [diff] [blame] | 10 | InsertBraces: true |