Created
July 7, 2020 18:37
-
-
Save pedroperrusi/5c834b191bf89fb2cdda7f66278f87d1 to your computer and use it in GitHub Desktop.
CLang Format configuration for my SOFA projects
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 | |
| 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