Skip to content

Instantly share code, notes, and snippets.

@RaphGL
Created October 5, 2025 13:01
Show Gist options
  • Select an option

  • Save RaphGL/fa76df4d9474565eb35ec70e8baed151 to your computer and use it in GitHub Desktop.

Select an option

Save RaphGL/fa76df4d9474565eb35ec70e8baed151 to your computer and use it in GitHub Desktop.
My default format style for C/C++ projects
---
Language: C
BasedOnStyle: WebKit
BreakBeforeBraces: Attach
ColumnLimit: 100
IndentWidth: 3
IndentPPDirectives: BeforeHash
PointerAlignment: Right
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment