Skip to content

Instantly share code, notes, and snippets.

@ndomx
Last active October 23, 2022 22:01
Show Gist options
  • Save ndomx/df5e2cf3daf4745fa16d87370e8d51cc to your computer and use it in GitHub Desktop.
Save ndomx/df5e2cf3daf4745fa16d87370e8d51cc to your computer and use it in GitHub Desktop.
My .clang-format for VS Code
BasedOnStyle: Microsoft
IndentCaseLabels: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
SpaceAfterCStyleCast: true
PointerAlignment: Left
BitFieldColonSpacing: None
BreakBeforeBraces: Allman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment