Skip to content
  • David Edmundson's avatar
    Add KDEClangFormat cmake support · ee676536
    David Edmundson authored
    Summary:
    This allows devs to run: "make clang-format" and format all files easily
    using the preset KDE clang format style
    
    This patch adds support so devs can easily test the intended formatting
    now, it doesn't change the code yet.
    
    Doing an initial run to commit everything will happen later.
    
    Test Plan:
    Ran script
    git diff was full of amazingly cleaned code
    
    See D25134
    ee676536