On 11/17/2015 05:44 PM, Robert Dailey wrote: > http://clang.llvm.org/docs/ClangFormatStyleOptions.html > > Mozilla's standard looks reasonable. I've been leaning toward that one too, with slight tweaks. Perhaps: BasedOnStyle: Mozilla AlignOperands: false ColumnLimit: 79 IndentCaseLabels: false -Brad