Created
March 13, 2023 19:42
-
-
Save mill1000/8e8d48b8b1662f7cda81ebcee8f5fd66 to your computer and use it in GitHub Desktop.
This file contains 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
# Tucker's preferred style | |
#AlignConsecutiveAssignments : Consecutive | |
#AlignConsecutiveDeclarations: Consecutive | |
AlignConsecutiveBitFields: Consecutive | |
AlignConsecutiveMacros: Consecutive | |
AllowShortIfStatementsOnASingleLine: false | |
BreakBeforeBraces: Allman | |
ColumnLimit: 0 | |
ContinuationIndentWidth: 2 | |
IndentCaseLabels: true | |
IndentWidth: 2 | |
PointerAlignment: Left | |
UseTab: Never |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment