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