You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ This is typically a one-time setup. If you encounter any issues or have suggesti
23
23
24
24
1. Open IntelliJ IDEA settings.
25
25
2. Navigate to **Editor** -> **Code Style**.
26
-
3. Set the **Scheme** to `Maxxton Code Style [Mold]`.
26
+
3. Set the **Scheme** to `Maxxton Code Style [MOLD]`.
27
27
4. Navigate to **Editor** -> **Inspections**.
28
-
5. Set the **Profile** to `Maxxton Inspections [Mold]`.
28
+
5. Set the **Profile** to `Maxxton Inspections [MOLD]`.
29
29
30
30
### Automating Code Style and Inspections with IntelliJ Git Hooks
31
31
32
32
IntelliJ IDEA supports built-in Git hooks that can be used to enforce code style and inspections automatically on Git commits. Here's how to set it up:
33
33
34
34
1. Open IntelliJ IDEA and open the Settings menu.
35
35
2. Go to **Version Control** -> **Commit**.
36
-
3. Enable the **Cleanup** option and select the `Maxxton Inspections [Mold]` profile.
37
-
4. Enable the **Analyze Code** option and select the `Maxxton Inspections [Mold]` profile.
36
+
3. Enable the **Cleanup** option and select the `Maxxton Inspections [MOLD]` profile.
37
+
4. Enable the **Analyze Code** option and select the `Maxxton Inspections [MOLD]` profile.
38
38
5. Click **OK** to save the settings.
39
39
40
40
With these settings enabled, IntelliJ IDEA will automatically apply the selected checks and formatting whenever you commit changes.
@@ -53,4 +53,4 @@ With these settings enabled, IntelliJ IDEA will automatically apply the selected
53
53
1. Open the Plugins window in IntelliJ IDEA (⚙️ icon in the top-right corner).
54
54
2. Click the **gear icon** next to the **Marketplace** and **Installed** tabs.
55
55
3. Select **Install Plugin from Disk...**.
56
-
4. Choose the `.zip` file from the `./build/distributions/` directory of this project.
56
+
4. Choose the `.zip` file from the `./build/distributions/` directory of this project.
0 commit comments