From 0b31a366cbe31b7b626108a9e24b0e20741c306d Mon Sep 17 00:00:00 2001
From: ChomeNS <95471003+chomens@users.noreply.github.com>
Date: Tue, 15 Apr 2025 10:25:17 +0700
Subject: [PATCH] style: also commit the styles and info in readme
---
README.md | 13 +++++++++++--
codestyle.xml | 29 +++++++++++++++++++++++++++++
inspections.xml | 9 +++++++++
3 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 codestyle.xml
create mode 100644 inspections.xml
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