Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit dcb219d

Browse files
committed
Final update to full mc 1.12 release
1 parent 438c51b commit dcb219d

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.editorconfig

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1+
# Editorconfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
14
root = true
25

6+
# Unix-style newlines with a newline ending every file
37
[*]
8+
charset = utf-8
9+
indent_style = tab
10+
indent_size = 4
411
end_of_line = lf
512
insert_final_newline = true
13+
continuation_indent_size = 8
614

715
[*.java]
816
indent_style = tab
9-
tab_width = 4
10-
trim_trailing_whitespace = true
17+
indent_size = 4
1118

1219
[*.xml]
1320
indent_style = tab
14-
tab_width = 4
15-
trim_trailing_whitespace = true
21+
indent_size = 2
1622

1723
[*.yml]
1824
indent_style = space
19-
tab_width = 2
20-
trim_trailing_whitespace = true
25+
indent_size = 2

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.spigotmc</groupId>
4343
<artifactId>spigot-api</artifactId>
44-
<version>1.12-pre6-SNAPSHOT</version>
44+
<version>1.12-R0.1-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>vg.civcraft.mc.civmodcore</groupId>

0 commit comments

Comments
 (0)