Skip to content

Commit

Permalink
Format Open RV codebase
Browse files Browse the repository at this point in the history
Signed-off-by: Éloïse Brosseau <[email protected]>
  • Loading branch information
eloisebrosseau committed Jan 6, 2025
1 parent a2f8771 commit 9f5a0f6
Show file tree
Hide file tree
Showing 1,705 changed files with 522,499 additions and 450,992 deletions.
5 changes: 2 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ IndentPPDirectives: None
IndentRequiresClause: true
IndentWidth: 4
IndentWrappedFunctionNames: false
InsertBraces: true
InsertBraces: false
InsertNewlineAtEOF: true
InsertTrailingCommas: None
IntegerLiteralSeparator:
Expand Down Expand Up @@ -101,7 +101,7 @@ PenaltyIndentedWhitespace: 0
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
PPIndentWidth: -1
QualifierAlignment: Left
QualifierAlignment: Leave
ReferenceAlignment: Pointer
RemoveBracesLLVM: false
RemoveParentheses: Leave
Expand Down Expand Up @@ -148,6 +148,5 @@ SpacesInLineCommentPrefix:
SpacesInParens: Never
SpacesInSquareBrackets: false
Standard: Latest
TabWidth: 8
UseTab: Never
...
2 changes: 0 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Checks: >
-modernize-use-trailing-return-type,
performance-*,
readability-*,
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: 'file'
...
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v19.1.4'
hooks:
- id: clang-format
- id: clang-format
Loading

0 comments on commit 9f5a0f6

Please sign in to comment.