Skip to content

Instantly share code, notes, and snippets.

@thiago-rezende
Last active June 25, 2024 20:30
Show Gist options
  • Save thiago-rezende/83d8e43eb035c85b384acbb5341fd482 to your computer and use it in GitHub Desktop.
Save thiago-rezende/83d8e43eb035c85b384acbb5341fd482 to your computer and use it in GitHub Desktop.
Simple Clang Format and Tidy
---
BasedOnStyle: Chromium
ColumnLimit: 120
IndentWidth: 2
TabWidth: 2
SortIncludes: Never
PointerAlignment: Right
---
Checks: "clang-diagnostic-*,clang-analyzer-*,cert-*,performance-*,portability-*,readability-"
WarningsAsErrors: true
FormatStyle: Chromium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment