Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into bindcostant
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Apr 13, 2024
2 parents d2361cd + b9f309e commit 008d334
Show file tree
Hide file tree
Showing 187 changed files with 21,894 additions and 8,557 deletions.
50 changes: 40 additions & 10 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,18 +1,48 @@
---
BasedOnStyle: LLVM
AlignTrailingComments: false
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
ColumnLimit: 0
ConstructorInitializerAllOnOneLineOrOnePerLine: true
BreakConstructorInitializersBeforeComma: false

Standard: Cpp11
IndentWidth: 4
TabWidth: 4
UseTab: Always
BreakBeforeBraces: Attach
#BreakBeforeBraces: Allman
SpacesInParentheses: true
ColumnLimit: 200
MaxEmptyLinesToKeep: 4

AlignTrailingComments: false
AllowShortLoopsOnASingleLine: true

# require clang-format v14+
# PackConstructorInitializers: CurrentLine

BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterStruct: true
AfterFunction: true
BeforeElse: true


SpaceBeforeParens: Never

# require clang-format v14+
# SpaceBeforeParens: Custom
# SpaceBeforeParensOptions:
# AfterControlStatements: false


SpacesInParentheses: false
SpacesInConditionalStatement: true
SpaceInEmptyParentheses: false
...
SpacesInAngles: Leave

IndentAccessModifiers: false
AccessModifierOffset: -4

AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortBlocksOnASingleLine: Always

#PointerAlignment: Middle
#SpaceAroundPointerQualifiers: Both
#ReferenceAlignment: Middle
...
8 changes: 0 additions & 8 deletions .github/workflows/fedora26/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora26/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora26/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fedora27/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora27/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora27/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fedora28/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora28/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora28/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fedora29/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora29/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora29/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fedora30/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora30/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora30/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fedora31/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora31/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora31/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fedora32/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora32/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora32/entrypoint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/fedora33/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/fedora33/action.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/fedora33/entrypoint.sh

This file was deleted.

Loading

0 comments on commit 008d334

Please sign in to comment.