Skip to content

Instantly share code, notes, and snippets.

@notpidgey
Last active June 8, 2025 08:09
Show Gist options
  • Save notpidgey/553483f228e72407ee1c9b23459eccc7 to your computer and use it in GitHub Desktop.
Save notpidgey/553483f228e72407ee1c9b23459eccc7 to your computer and use it in GitHub Desktop.
---
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