Skip to content

Commit

Permalink
Add angular constraints functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Söderlund <s0001813@ucnd3012bx2>
  • Loading branch information
Henrik Söderlund committed Sep 5, 2024
1 parent 6043b68 commit 5f4168f
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 294 deletions.
10 changes: 10 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BasedOnStyle: Google
AccessModifierOffset: -3
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
ColumnLimit: 100
IndentWidth: 4
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
Loading

0 comments on commit 5f4168f

Please sign in to comment.