diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..210d3ca8 --- /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 00000000..601ca587 --- /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 8c6b2972..d616b01b 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 c1650012..dde81949 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