Skip to content

Instantly share code, notes, and snippets.

@pedroperrusi
Last active April 19, 2021 10:25
Show Gist options
  • Select an option

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

Select an option

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