blob: cd70ac16315f91e322932f5c00449131b122425b [file] [log] [blame]
Jon Ashburn5484e0c2016-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
6...