File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ [* .java ]
2+ charset =utf-8
3+ end_of_line =lf
4+ insert_final_newline =true
5+ indent_style =space
6+ indent_size =4
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55# Linux temp files
66* ~
77
8+ # vim
9+ . * .sw [a-p ]
10+
811# IntelliJ
912* .iml
1013.idea
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments