Clang-Format Style Config

{
  BasedOnStyle: Google,
  AllowShortFunctionsOnASingleLine: Empty,
  AllowShortBlocksOnASingleLine: Empty,
  BreakBeforeBraces: Custom,
  BraceWrapping: {
    BeforeCatch: true,
    BeforeElse: true
  }
}

Last updated