[cmake-developers] Code style auto-formatting

Brad King brad.king at kitware.com
Wed Nov 18 09:02:41 EST 2015


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



More information about the cmake-developers mailing list