From 688373114e5f8de331c44afde616a708974e4d39 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Wed, 8 Jan 2025 04:21:21 -0500 Subject: [PATCH] Update misc --- .editorconfig | 6 ++++++ .gitattributes | 14 ++++++++++++++ .gitignore | 3 +++ todos.md | 2 -- 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..210d3ca85 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*.java] +charset=utf-8 +end_of_line=lf +insert_final_newline=true +indent_style=space +indent_size=4 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..601ca5872 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Linux start script should use lf +/gradlew text eol=lf + +# These are Windows script files and should use crlf +*.bat text eol=crlf + +# Binary files should be left untouched +*.jar binary diff --git a/.gitignore b/.gitignore index 8c6b29729..d616b01b0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ # Linux temp files *~ +# vim +.*.sw[a-p] + # IntelliJ *.iml .idea diff --git a/todos.md b/todos.md index c16500125..dde819491 100644 --- a/todos.md +++ b/todos.md @@ -5,5 +5,3 @@ - [ ] check multithreaded tracker, that moonrise change - [ ] Check and apply work patches - [ ] Backport Cache canHoldAnyFluid result to 1.21.1 -- [ ] tracking todos -- [ ] Update gitignore \ No newline at end of file