Skip to content

Instantly share code, notes, and snippets.

@DamianSuess
Last active March 9, 2026 01:00
Show Gist options
  • Select an option

  • Save DamianSuess/a7daefdff068e058f9af20074594fce3 to your computer and use it in GitHub Desktop.

Select an option

Save DamianSuess/a7daefdff068e058f9af20074594fce3 to your computer and use it in GitHub Desktop.
---
BasedOnStyle: Microsoft
AlignAfterOpenBracket: Align
AlignEscapedNewlines: DontAlign
AlignOperands: 'true'
AlignTrailingComments: 'true'
BreakBeforeBraces: Allman
IncludeBlocks: Merge
IndentCaseLabels: 'true'
IndentWidth: '2'
MaxEmptyLinesToKeep: '1'
NamespaceIndentation: All
SortIncludes: 'true'
SortUsingDeclarations: 'true'
SpaceAfterCStyleCast: 'false'
SpaceAfterLogicalNot: 'false'
SpaceInEmptyParentheses: 'false'
SpacesInAngles: 'false'
SpacesInContainerLiterals: 'false'
SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
TabWidth: '2'
UseTab: Never
...

Standard Xeno Innovations, Inc. clang-format file based on Microsoft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment