Skip to content

Instantly share code, notes, and snippets.

@mill1000
Created March 13, 2023 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mill1000/8e8d48b8b1662f7cda81ebcee8f5fd66 to your computer and use it in GitHub Desktop.
Save mill1000/8e8d48b8b1662f7cda81ebcee8f5fd66 to your computer and use it in GitHub Desktop.
# 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