Skip to content

Instantly share code, notes, and snippets.

@LordAro
Created December 25, 2020 17:01
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 LordAro/e606bbf5c0e2b460f1283b4a2afdf2d8 to your computer and use it in GitHub Desktop.
Save LordAro/e606bbf5c0e2b460f1283b4a2afdf2d8 to your computer and use it in GitHub Desktop.
BasedOnStyle: LLVM
AccessModifierOffset: -8
AlignEscapedNewlinesLeft: true
#AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: WebKit
BreakBeforeBinaryOperators: All
ColumnLimit: 180
IncludeCategories:
- Regex: 'stdafx.h'
Priority: -1
- Regex: '.*'
Priority: 1
- Regex: 'safeguards.h'
Priority: 99
IndentCaseLabels: true
IndentPPDirectives: AfterHash
IndentWidth: 8
ReflowComments: false
SpaceAfterTemplateKeyword: true
TabWidth: 8
UseTab: ForContinuationAndIndentation
ForEachMacros:
- FOR_ALL_.*
- foreach_draw_tile_seq
- FOR_EACH_SET_BIT
- TILE_AREA_LOOP
BinPackArguments: false
BinPackParameters: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment