Skip to content

Commit

Permalink
Cleanup some info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE authored Feb 18, 2024
1 parent 5e0da1f commit 233b3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to SoulFire

Thank you for considering to contribute to SoulFire! Please read the following paragraphs about how to edit your code style
Thank you for considering to contribute to SoulFire! Please read the following paragraphs about how to adapt your code style.

## Code style

Expand All @@ -18,4 +18,5 @@ That also includes types like `Map<String> map = new HashMap<>()`, those should
### IntelliJ inspections

If you use IntelliJ you can import the file `config/checkstyle/checkstyle.xml` under `Settings -> Editor -> Code Style`.
(Requires the Checkstyle plugin to be installed)
You can also import the recommended inspections at `config/intellij_inspections.xml` at `Settings -> Editor -> Inspections`.

0 comments on commit 233b3d0

Please sign in to comment.