Skip to content

Commit

Permalink
Version 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Karlsson committed Sep 28, 2023
1 parent c0b7800 commit dc0e096
Show file tree
Hide file tree
Showing 129 changed files with 4,615 additions and 4,974 deletions.
57 changes: 16 additions & 41 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,73 +1,48 @@
Language: Cpp

UseTab: Always
TabWidth: 8
IndentWidth: 8
ContinuationIndentWidth: 4
ColumnLimit: 80

ColumnLimit: 120
AlignAfterOpenBracket: Align
AlignArrayOfStructures: Left
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AlignArrayOfStructures: Left
Cpp11BracedListStyle: true
AllowAllParametersOfDeclarationOnNextLine: false


AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false

BinPackArguments: true
BinPackParameters: true

BreakBeforeBraces: Linux
BreakBeforeBinaryOperators: true
BreakBeforeBraces: Linux
BreakBeforeTernaryOperators: false

BreakStringLiterals: false

IncludeBlocks: Regroup
IndentCaseLabels: false

PointerAlignment: Right

SpaceAfterCStyleCast: false

SpaceBeforeAssignmentOperators: true

SpaceBeforeParens: ControlStatements

SpaceInEmptyParentheses: false

SpacesBeforeTrailingComments: 1

SpacesInCStyleCastParentheses: false

SpacesInContainerLiterals: false

SpacesInParentheses: false

SpacesInSquareBrackets: false

Cpp11BracedListStyle: false

MaxEmptyLinesToKeep: 1
KeepEmptyLinesAtTheStartOfBlocks: false

SeparateDefinitionBlocks: Always

MaxEmptyLinesToKeep: 1
PenaltyBreakAssignment: 10
PenaltyBreakBeforeFirstCallParameter: 30
PenaltyBreakComment: 10
PenaltyBreakFirstLessLess: 0
PenaltyBreakString: 10
PenaltyExcessCharacter: 100
PenaltyReturnTypeOnItsOwnLine: 60

PointerAlignment: Right
SeparateDefinitionBlocks: Always
SortIncludes: true
IncludeBlocks: Regroup
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
19 changes: 0 additions & 19 deletions .github/workflows/unittest.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
docs
test_detail.json
*.elf
*.a
*.da
Expand All @@ -8,4 +7,5 @@ test_detail.json
*.su
*.out
*.elf
*.bin
*.res
Loading

0 comments on commit dc0e096

Please sign in to comment.