Skip to content

Commit 1f0491e

Browse files
authored
Merge pull request #1 from skyline-rs/0.16.20
Fix: Update to 0.16.20
2 parents 5ede946 + 59cb1fb commit 1f0491e

File tree

140 files changed

+8042
-10964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+8042
-10964
lines changed

.clang-format

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ BasedOnStyle: Google
22
MaxEmptyLinesToKeep: 3
33
AllowShortIfStatementsOnASingleLine: false
44
AllowShortLoopsOnASingleLine: false
5+
DerivePointerAlignment: false
6+
PointerAlignment: Right
7+
# TODO(davidben): The default for Google style is now Regroup, but the default
8+
# IncludeCategories does not recognize <openssl/header.h>. We should
9+
# reconfigure IncludeCategories to match. For now, keep it at Preserve.
10+
IncludeBlocks: Preserve
11+

.coveralls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
service_name: travis-pro

.gitattributes

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
* text=auto !eol
2-
*.sln eol=crlf
3-
*.vcxproj eol=crlf
4-
*.vcxproj.filters eol=crlf
5-
*.props eol=crlf
6-
*.bat eol=crlf
7-
*.rc eol=crlf
8-
*.pl linguist-language=Assembly
2+
crypto/**/*.pl linguist-language=Assembly
3+
crypto/perlasm/*.pl linguist-language=Perl
94
*.bin binary
105
*.der binary
6+
**/*.h linguist-language=C
7+
**/*.inl linguist-language=C

0 commit comments

Comments
 (0)