Skip to content

Commit 4d40570

Browse files
author
henrypp
committed
upd line endings
1 parent 6b7c6d0 commit 4d40570

File tree

5 files changed

+59
-59
lines changed

5 files changed

+59
-59
lines changed

.editorconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
root=true
2-
3-
[*]
4-
indent_style=tab
5-
end_of_line=crlf
6-
trim_trailing_whitespace=true
7-
insert_final_newline=true
1+
root=true
2+
3+
[*]
4+
indent_style=tab
5+
end_of_line=crlf
6+
trim_trailing_whitespace=true
7+
insert_final_newline=true

.gitattributes

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
*.c diff
2-
*.cpp diff
3-
*.h diff
4-
*.rc diff
5-
*.ini diff
6-
*.txt diff
7-
*.xml diff
8-
*.lng diff
1+
*.c diff
2+
*.cpp diff
3+
*.h diff
4+
*.rc diff
5+
*.ini diff
6+
*.txt diff
7+
*.xml diff
8+
*.lng diff

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ["https://yoomoney.ru/to/4100115776040583", "https://www.paypal.me/henrypp", "https://blockchain.info/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c"]
1+
custom: ["https://yoomoney.ru/to/4100115776040583", "https://www.paypal.me/henrypp", "https://www.blockchain.com/btc/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c", "https://www.blockchain.com/eth/address/0xe2C84A62eb2a4EF154b19bec0c1c106734B95960"]

.gitignore

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
.vs/
2-
.vscode/
3-
temp/
4-
bin/32/
5-
bin/64/
6-
x64/
7-
win32/
8-
9-
thumbs.db
10-
ehthumbs.db
11-
desktop.ini
12-
13-
*.cab
14-
*.msi
15-
*.msm
16-
*.msp
17-
*.lnk
18-
*.jpg
19-
*.zip
20-
*.log
21-
*.pdb
22-
*.exp
23-
*.sdf
24-
*.opensdf
25-
*.db
26-
*.opendb
27-
*.suo
28-
*.exp
29-
*.user
30-
*.iobj
31-
*.ipch
32-
*.ipdb
33-
*.ilk
34-
*.obj
35-
*.res
36-
*.tlog
1+
.vs/
2+
.vscode/
3+
temp/
4+
bin/32/
5+
bin/64/
6+
x64/
7+
win32/
8+
9+
thumbs.db
10+
ehthumbs.db
11+
desktop.ini
12+
13+
*.cab
14+
*.msi
15+
*.msm
16+
*.msp
17+
*.lnk
18+
*.jpg
19+
*.zip
20+
*.log
21+
*.pdb
22+
*.exp
23+
*.sdf
24+
*.opensdf
25+
*.db
26+
*.opendb
27+
*.suo
28+
*.exp
29+
*.user
30+
*.iobj
31+
*.ipch
32+
*.ipdb
33+
*.ilk
34+
*.obj
35+
*.res
36+
*.tlog

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[submodule "routine"]
2-
path = ../routine
3-
url = https://github.com/henrypp/routine.git
4-
5-
[submodule "builder"]
6-
path = ../builder
7-
url = https://github.com/henrypp/builder.git
1+
[submodule "routine"]
2+
path = ../routine
3+
url = https://github.com/henrypp/routine.git
4+
5+
[submodule "builder"]
6+
path = ../builder
7+
url = https://github.com/henrypp/builder.git

0 commit comments

Comments
 (0)