Skip to content

Commit

Permalink
WIP update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed May 23, 2024
1 parent 681ed8b commit a6e7ba3
Show file tree
Hide file tree
Showing 13 changed files with 295 additions and 919 deletions.
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ AlignOperands: Align
AlignTrailingComments:
Kind: Always
OverEmptyLines: 0
AllowShortCompoundRequirementOnASingleLine: true
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowBreakBeforeNoexceptSpecifier: OnlyWithParen
AlwaysBreakTemplateDeclarations: Yes
AttributeMacros:
- __declspec
Expand Down Expand Up @@ -60,6 +62,7 @@ BraceWrapping:
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
BreakAdjacentStringLiterals: false
BreakBeforeBraces: Custom
BreakConstructorInitializers: BeforeColon
ColumnLimit: 180
Expand Down
Loading

0 comments on commit a6e7ba3

Please sign in to comment.