Standard Xeno Innovations, Inc. clang-format file based on Microsoft.
Last active
March 9, 2026 01:00
-
-
Save DamianSuess/a7daefdff068e058f9af20074594fce3 to your computer and use it in GitHub Desktop.
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
| --- | |
| 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 | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment