1---
2# We'll use defaults from the LLVM style, but with 4 columns indentation.
3BasedOnStyle: LLVM
4IndentWidth: 4
5ColumnLimit: 132
6...
7