> For the complete documentation index, see [llms.txt](https://tk233.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tk233.gitbook.io/notes/tools/clang-format-style-config.md).

# Clang-Format Style Config

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