Last active
April 19, 2021 10:25
-
-
Save pedroperrusi/f85f0d0db94a2b046716ec0e759c3550 to your computer and use it in GitHub Desktop.
My SOFA CLang-Format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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