Skip to content

Commit 6883731

Browse files
committed
Update misc
1 parent 119beef commit 6883731

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[*.java]
2+
charset=utf-8
3+
end_of_line=lf
4+
insert_final_newline=true
5+
indent_style=space
6+
indent_size=4

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Set the default behavior, in case people don't have core.autocrlf set.
5+
* text=auto
6+
7+
# Linux start script should use lf
8+
/gradlew text eol=lf
9+
10+
# These are Windows script files and should use crlf
11+
*.bat text eol=crlf
12+
13+
# Binary files should be left untouched
14+
*.jar binary

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# Linux temp files
66
*~
77

8+
# vim
9+
.*.sw[a-p]
10+
811
# IntelliJ
912
*.iml
1013
.idea

todos.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
- [ ] check multithreaded tracker, that moonrise change
66
- [ ] Check and apply work patches
77
- [ ] Backport Cache canHoldAnyFluid result to 1.21.1
8-
- [ ] tracking todos
9-
- [ ] Update gitignore

0 commit comments

Comments
 (0)