diff --git a/README.md b/README.md
index fbadeb1..d79f21a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,13 @@
# ChipmunkMod
-My fork of [Chipmunk Sex Mod](https://code.chipmunk.land/ChipmunkMC/chipmunkmod)
+My fork of [Chipmunk's ChipmunkMod](https://code.chipmunk.land/ChipmunkMC/chipmunkmod)
-ignore messy code pls,. .,,.,...,.,.,
\ No newline at end of file
+# Development
+When commiting your changes, please use my code style.
+
+In IntelliJ IDEA:
+
+`Ctrl + Alt + S`, search `Code Style`, go to `Java`, click gear icon, `Import Scheme -> IntelliJ IDEA code style XML`,
+use the `codestyle.xml` file in this repository
+
+`Ctrl + Alt + Shift + H`, click `Configure Inspections...`, click gear icon, `Import Profile...`,
+use the `inspections.xml` file in this repository
diff --git a/codestyle.xml b/codestyle.xml
new file mode 100644
index 0000000..05007b5
--- /dev/null
+++ b/codestyle.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/inspections.xml b/inspections.xml
new file mode 100644
index 0000000..04e33a0
--- /dev/null
+++ b/inspections.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file