Last active
June 8, 2025 08:09
-
-
Save notpidgey/553483f228e72407ee1c9b23459eccc7 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 | |
AccessModifierOffset: '-4' | |
AlignAfterOpenBracket: DontAlign | |
AllowAllConstructorInitializersOnNextLine: 'false' | |
AllowShortFunctionsOnASingleLine: InlineOnly | |
AllowShortLambdasOnASingleLine: All | |
AlwaysBreakTemplateDeclarations: 'Yes' | |
BinPackArguments: 'false' | |
BinPackParameters: 'false' | |
BreakBeforeBraces: Allman | |
BreakConstructorInitializers: BeforeComma | |
ColumnLimit: '0' | |
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' | |
Cpp11BracedListStyle: 'false' | |
PointerAlignment: Left | |
SortIncludes: 'false' | |
SortUsingDeclarations: 'false' | |
SpaceAfterTemplateKeyword: 'false' | |
TabWidth: '4' | |
UseTab: Never | |
SpacesInParentheses: true | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment