Skip to content

Commit

Permalink
Merge pull request #1 from skyline-rs/0.16.20
Browse files Browse the repository at this point in the history
Fix: Update to 0.16.20
  • Loading branch information
jam1garner authored Jan 4, 2025
2 parents 5ede946 + 59cb1fb commit 1f0491e
Show file tree
Hide file tree
Showing 140 changed files with 8,042 additions and 10,964 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ BasedOnStyle: Google
MaxEmptyLinesToKeep: 3
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
DerivePointerAlignment: false
PointerAlignment: Right
# TODO(davidben): The default for Google style is now Regroup, but the default
# IncludeCategories does not recognize <openssl/header.h>. We should
# reconfigure IncludeCategories to match. For now, keep it at Preserve.
IncludeBlocks: Preserve

1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-pro
11 changes: 4 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
* text=auto !eol
*.sln eol=crlf
*.vcxproj eol=crlf
*.vcxproj.filters eol=crlf
*.props eol=crlf
*.bat eol=crlf
*.rc eol=crlf
*.pl linguist-language=Assembly
crypto/**/*.pl linguist-language=Assembly
crypto/perlasm/*.pl linguist-language=Perl
*.bin binary
*.der binary
**/*.h linguist-language=C
**/*.inl linguist-language=C
Loading

0 comments on commit 1f0491e

Please sign in to comment.