Skip to content

Instantly share code, notes, and snippets.

@pedroperrusi
Created July 7, 2020 18:37
Show Gist options
  • Select an option

  • Save pedroperrusi/5c834b191bf89fb2cdda7f66278f87d1 to your computer and use it in GitHub Desktop.

Select an option

Save pedroperrusi/5c834b191bf89fb2cdda7f66278f87d1 to your computer and use it in GitHub Desktop.
CLang Format configuration for my SOFA projects
# CLang Format configuration for my SOFA projects
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 150
PointerBindsToType: true
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: true
BreakConstructorInitializers: BeforeComma
ConstructorInitializerIndentWidth: 4
IndentWidth: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment