From b877ff2dbcd15cdb7b7dcb2ed608b63c41341fa9 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 31 Mar 2024 13:40:13 +0300 Subject: [PATCH] added EditorConfig --- .editorconfig | 12 ++++++++++++ README.md | 2 +- TODO.md | 4 ++++ .../1.19.2-forge-43.3.8/1.19.2-forge-43.3.8-unix.sh | 2 +- .../1.20.1-forge-47.1.43-unix.sh | 2 +- vanilla/linux.sh | 2 +- vanilla/macos.sh | 2 +- 7 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .editorconfig create mode 100644 TODO.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..779f99a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false diff --git a/README.md b/README.md index e1abe8d..64dd424 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ See other releases [this](RELEASES.md). **Forge:** * 🪟 [Windows `1.16.5-forge-36.2.34`](https://git.a2s.su/iiiypuk/minecraft-launcher/raw/branch/master/forge/1.16.5-forge-36.2.34/1.16.5-forge-36.2.34-windows.bat) -* 🖥️ [Linux/macOS `1.20.1-forge-47.1.43`](https://git.a2s.su/iiiypuk/minecraft-launcher/raw/branch/master/forge/1.20.1-forge-47.1.43/1.20.1-forge-47.1.43-unix.sh) \ No newline at end of file +* 🖥️ [Linux/macOS `1.20.1-forge-47.1.43`](https://git.a2s.su/iiiypuk/minecraft-launcher/raw/branch/master/forge/1.20.1-forge-47.1.43/1.20.1-forge-47.1.43-unix.sh) diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..2d1c322 --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +# TODO + +- [ ] assets downloader +- [ ] library downloader diff --git a/forge/1.19.2-forge-43.3.8/1.19.2-forge-43.3.8-unix.sh b/forge/1.19.2-forge-43.3.8/1.19.2-forge-43.3.8-unix.sh index 96ebac1..f139486 100755 --- a/forge/1.19.2-forge-43.3.8/1.19.2-forge-43.3.8-unix.sh +++ b/forge/1.19.2-forge-43.3.8/1.19.2-forge-43.3.8-unix.sh @@ -8,7 +8,7 @@ echo "=============================" # Set username read -p "What username would you like? " player if [ ! $player ]; then - player="Steve" + player="Steve" fi # A minecraft root directory diff --git a/forge/1.20.1-forge-47.1.43/1.20.1-forge-47.1.43-unix.sh b/forge/1.20.1-forge-47.1.43/1.20.1-forge-47.1.43-unix.sh index c649d78..7ac6bba 100755 --- a/forge/1.20.1-forge-47.1.43/1.20.1-forge-47.1.43-unix.sh +++ b/forge/1.20.1-forge-47.1.43/1.20.1-forge-47.1.43-unix.sh @@ -8,7 +8,7 @@ echo "=============================" # Set username read -p "What username would you like? " player if [ ! $player ]; then - player="Steve" + player="Steve" fi # A minecraft root directory diff --git a/vanilla/linux.sh b/vanilla/linux.sh index 62087b5..1fe954c 100755 --- a/vanilla/linux.sh +++ b/vanilla/linux.sh @@ -8,7 +8,7 @@ echo "=============================" # Set username read -p "What username would you like? " player if [ ! $player ]; then - player="Steve" + player="Steve" fi # A minecraft root directory diff --git a/vanilla/macos.sh b/vanilla/macos.sh index 3f69371..ba25e3c 100755 --- a/vanilla/macos.sh +++ b/vanilla/macos.sh @@ -8,7 +8,7 @@ echo "=============================" # Set username read -p "What username would you like? " player if [ ! $player ]; then - player="Steve" + player="Steve" fi # A minecraft root directory