Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Feb 21, 2022
1 parent c0b3f7a commit facd65d
Show file tree
Hide file tree
Showing 47 changed files with 3,426 additions and 4,432 deletions.
30 changes: 15 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ repos:
language: system
types_or: [c, c++, python]
exclude: ".*py"
- id: clang-tidy
name: clang-tidy
entry: clang-tidy --extra-arg="-Iinc" -extra-arg="-I." -extra-arg="-DETHER"
types_or: [c, c++]
stages: [commit]
language: python
types_or: [c, c++, python]
- id: splint
name: Splint
entry: splint -f cxcp.lcl
types_or: [c, c++]
stages: [commit]
language: system
types_or: [c, c++, python]
exclude: ".*py"
#- id: clang-tidy
#name: clang-tidy
#entry: clang-tidy --extra-arg="-Iinc" -extra-arg="-I." -extra-arg="-DETHER"
#types_or: [c, c++]
#stages: [commit]
#language: python
#types_or: [c, c++, python]
#- id: splint
#name: Splint
#entry: splint -f cxcp.lcl
#types_or: [c, c++]
#stages: [commit]
#language: system
#types_or: [c, c++, python]
#exclude: ".*py"
# - id: end-of-file-fixer
# name: end-of-file-fixer
# entry: end-of-file-fixer
Expand Down

0 comments on commit facd65d

Please sign in to comment.