Skip to content

Commit 96d6169

Browse files
authored
Merge pull request #1 from gojimmypi/PR-Initial-Arduino-Library
Initial Official wolfSSL Arduino Library
2 parents 670492c + 3216984 commit 96d6169

File tree

300 files changed

+1308091
-1
lines changed

Some content is hidden

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

300 files changed

+1308091
-1
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 4
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true

0 commit comments

Comments
 (0)