Mathis e550055448
chore(idea): add JetBrains project configuration files
Add XML configuration files for JetBrains IDE, including module setup, VCS mappings, Git blame settings, and Discord integration. This will help maintain consistent project settings for all developers using JetBrains IDEs.
2024-10-17 17:02:46 +02:00

12 lines
495 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CommitMessageInspectionProfile">
<profile version="1.0">
<inspection_tool class="CommitFormat" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="CommitNamingConvention" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>