diff --git a/.editorconfig b/.editorconfig index 7bf6d021..53e2da2f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ -root=true - -[*] -indent_style=tab -end_of_line=crlf -trim_trailing_whitespace=true -insert_final_newline=true +root=true + +[*] +indent_style=tab +end_of_line=crlf +trim_trailing_whitespace=true +insert_final_newline=true diff --git a/.gitattributes b/.gitattributes index 0ad5787d..3fba8418 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ -*.c diff -*.cpp diff -*.h diff -*.rc diff -*.ini diff -*.txt diff -*.xml diff -*.lng diff +*.c diff +*.cpp diff +*.h diff +*.rc diff +*.ini diff +*.txt diff +*.xml diff +*.lng diff diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2f6b4e4c..551e93e8 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ["https://yoomoney.ru/to/4100115776040583", "https://www.paypal.me/henrypp", "https://blockchain.info/address/1LrRTXPsvHcQWCNZotA9RcwjsGcRghG96c"] +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"] diff --git a/.gitignore b/.gitignore index f591f088..c69b6ede 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,36 @@ -.vs/ -.vscode/ -temp/ -bin/32/ -bin/64/ -x64/ -win32/ - -thumbs.db -ehthumbs.db -desktop.ini - -*.cab -*.msi -*.msm -*.msp -*.lnk -*.jpg -*.zip -*.log -*.pdb -*.exp -*.sdf -*.opensdf -*.db -*.opendb -*.suo -*.exp -*.user -*.iobj -*.ipch -*.ipdb -*.ilk -*.obj -*.res -*.tlog +.vs/ +.vscode/ +temp/ +bin/32/ +bin/64/ +x64/ +win32/ + +thumbs.db +ehthumbs.db +desktop.ini + +*.cab +*.msi +*.msm +*.msp +*.lnk +*.jpg +*.zip +*.log +*.pdb +*.exp +*.sdf +*.opensdf +*.db +*.opendb +*.suo +*.exp +*.user +*.iobj +*.ipch +*.ipdb +*.ilk +*.obj +*.res +*.tlog diff --git a/.gitmodules b/.gitmodules index 64bea463..bf2c42db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ -[submodule "routine"] - path = ../routine - url = https://github.com/henrypp/routine.git - -[submodule "builder"] - path = ../builder - url = https://github.com/henrypp/builder.git +[submodule "routine"] + path = ../routine + url = https://github.com/henrypp/routine.git + +[submodule "builder"] + path = ../builder + url = https://github.com/henrypp/builder.git