blob: fca667092bf0ff48608f769839b90a221f81fe6d [file] [log] [blame]
Jon Ashburn491a3cd2016-03-08 17:48:44 -07001---
2# We'll use defaults from the LLVM style, but with 4 columns indentation.
3BasedOnStyle: LLVM
4IndentWidth: 4
5ColumnLimit: 132
Mark Lobodzinskid30c7072016-12-13 10:54:48 -07006SortIncludes: false
Jon Ashburn491a3cd2016-03-08 17:48:44 -07007...