Skip to content

Commit

Permalink
Update configs for NET (#84)
Browse files Browse the repository at this point in the history
* Update configs (formatting, static analysis, extension)

* Fix indent

---------

Co-authored-by: Patrick Creighton <[email protected]>
  • Loading branch information
hhenry01 and patrick-5546 authored Feb 7, 2023
1 parent 746cf8d commit 7f6bcde
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ BasedOnStyle: Google

AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignTrailingComments: true
BraceWrapping:
AfterClass: true
AfterFunction: true
Expand Down
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ Checks: "
modernize-use-using,
readability*,
-bugprone-easily-swappable-parameters,
-clang-analyzer-optin*,
-clang-analyzer-osx*,
-clang-analyzer-cplusplus.Move,
-google-objc*,
-readability-function-cognitive-complexity,
-readability-identifier-length,
"

WarningsAsErrors: "*, -google-readability-todo"
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
// UBCSailbot
"awesomektvn.toggle-semicolon",
"bierner.markdown-preview-github-styles",
"cschlosser.doxdocgen",
"DavidAnson.vscode-markdownlint",
"eamodio.gitlens",
"jeff-hykin.better-cpp-syntax",
Expand Down

0 comments on commit 7f6bcde

Please sign in to comment.