Skip to content

Commit 65589b2

Browse files
committed
Initial update to 1.20.4
1 parent debcb7a commit 65589b2

File tree

122 files changed

+567
-1307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+567
-1307
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_size = 4
8+
trim_trailing_whitespace = true
9+
indent_style = space
10+
11+
[*.{json,json5,mcmeta}]
12+
indent_size = 2
13+
14+
[*.bat]
15+
end_of_line = crlf

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.bat text eol=crlf
33
*.patch text eol=lf
44
*.java text eol=lf
5-
*.gradle text eol=crlf
5+
*.gradle text eol=lf
66
*.png binary
77
*.gif binary
88
*.exe binary
@@ -12,4 +12,4 @@
1212
*.zip binary
1313
*.pyd binary
1414
*.cfg text eol=lf
15-
*.jks binary
15+
*.jks binary

.teamcity/pom.xml

Lines changed: 0 additions & 104 deletions
This file was deleted.

.teamcity/settings.kts

Lines changed: 0 additions & 121 deletions
This file was deleted.

Common/build.gradle

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)