diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..94f6f5c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# Shared TFMC XML formatting; see Docs/POM-CONVENTIONS.md. +[*.xml] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/pom.xml b/pom.xml index 6972358..6e6102c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 me.plugins @@ -10,15 +10,9 @@ 21 + UTF-8 - - - spigot-snapshots - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - local @@ -42,17 +36,28 @@ + + + spigot-snapshots + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + src/main/resources true - plugin.yml + + plugin.yml + src/main/resources false - plugin.yml + + plugin.yml + @@ -63,5 +68,4 @@ - - \ No newline at end of file +