Skip to content

Commit 3e5d2bf

Browse files
authored
v20.3.2 - Initial release
v20.3.2 - Initial release
2 parents 005b2d0 + 6b88cc5 commit 3e5d2bf

File tree

84 files changed

+16942
-24
lines changed

Some content is hidden

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

84 files changed

+16942
-24
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Editor configuration, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.ts]
12+
quote_type = single
13+
ij_typescript_use_double_quotes = false
14+
15+
[*.md]
16+
max_line_length = off
17+
trim_trailing_whitespace = false

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @CodyTolene

.github/FUNDING.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Displaying a sponsor button in your repository
2+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
3+
4+
# LFX Mentorship (formerly CommunityBridge)
5+
# https://lfx.linuxfoundation.org/tools/mentorship
6+
community_bridge:
7+
# GitHub Sponsors
8+
# https://github.com/sponsors
9+
github: [ProAngular, CodyTolene]
10+
# IssueHunt
11+
# https://issuehunt.io/
12+
issuehunt:
13+
# Ko-fi
14+
# https://ko-fi.com/
15+
ko_fi:
16+
# Liberapay
17+
# https://en.liberapay.com/
18+
liberapay:
19+
# Open Collective
20+
# https://opencollective.com/
21+
open_collective:
22+
# Otechie
23+
# https://otechie.com/
24+
otechie:
25+
# Patreon
26+
# https://www.patreon.com/
27+
patreon:
28+
# Tidelift
29+
# https://tidelift.com/
30+
tidelift:
31+
# Custom URL
32+
custom: ['https://www.paypal.me/CodyTolene']
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,11
3+
[InternetShortcut]
4+
IDList=
5+
URL=https://fonts.google.com/icons

.github/images/ng-icons/email.svg

Lines changed: 12 additions & 0 deletions
Loading

.github/images/ng-icons/info.svg

Lines changed: 15 additions & 0 deletions
Loading

.github/images/ng-icons/warn.svg

Lines changed: 15 additions & 0 deletions
Loading

.github/images/screenshots/.gitkeep

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[InternetShortcut]
2+
URL=https://github.com/simple-icons
Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)