blob: d9e1846d210b315fb86e12f587b89998688b17ec [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
Austin Eng86a617f2022-05-19 20:08:19 +000010InsertBraces: true