diff --git a/README.md b/README.md index 7a5c3dcd..3f9adc34 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,15 @@ To make this successfully compile, you will have to fix the missing `ExploitsPlu After that, you can now run `./gradlew build` to actually get the `.jar` file. The .jar file will be at `build/libs`, to run the bot simply do `java -jar chomens_bot-rolling-all.jar` + +# 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 00000000..05007b58 --- /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 00000000..04e33a07 --- /dev/null +++ b/inspections.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file