Skip to content

Commit

Permalink
Merge pull request #404 from StreamHPC/develop_stream_2023_10_30
Browse files Browse the repository at this point in the history
StreamHPC 2023-10-30 (Dynamic Ordering)
  • Loading branch information
umfranzw authored Feb 27, 2024
2 parents da67cfd + 77f0929 commit c6f7b0e
Show file tree
Hide file tree
Showing 225 changed files with 15,017 additions and 11,274 deletions.
8 changes: 5 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ UseCRLF: false

# Other languages JavaScript, Proto

---
Language: Json
DisableFormat: true

---
Language: Cpp

Expand Down Expand Up @@ -54,15 +58,13 @@ BraceWrapping:
AfterClass: true
AfterControlStatement: Always
AfterEnum: true
AfterExternBlock: false
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BeforeElse: true
AfterExternBlock: false
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: true
BeforeWhile: true
IndentBraces: false
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ CMakeLists.txt.user

# Visual Studio / VSCode config folders
.vs*/**/*

# Python
__pycache__
Loading

0 comments on commit c6f7b0e

Please sign in to comment.