Skip to content
  • Igor Kushnir's avatar
    .clang-format: don't break before namespace brace · d5b28964
    Igor Kushnir authored and Milian Wolff's avatar Milian Wolff committed
    No non-Custom BreakBeforeBraces value fits the KDevelop code style:
    * "Linux" breaks before brace on namespace definition;
    * "Mozilla" breaks before brace on enum definition;
    * "WebKit" doesn't break before brace on class definition.
    d5b28964