blob: 30216bc10f822048a5e93c72e2c2320ba2e21158 [file] [log] [blame]
Dan Sinclair6e581892020-03-02 15:47:43 -05001# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
Corentin Walleza351ce92017-11-24 11:44:47 -05002BasedOnStyle: Chromium
Corentin Walleza351ce92017-11-24 11:44:47 -05003
4ColumnLimit: 100
5
6# Use 4 space indents
7IndentWidth: 4
8ObjCBlockIndentWidth: 4
9AccessModifierOffset: -2
10