3 Commits

Author SHA1 Message Date
5164255aea
feat(ide): Add Project Default inspection profile
This commit includes a new inspection profile named 'Project Default'. This profile is configured to detect duplicated code in TypeScript with a weak warning level. It is enabled by default.
2024-06-20 15:09:41 +02:00
e7f6de4a29
feat(ide): add discord.xml file
This commit includes the creation of a new discord.xml file under the .idea directory. This config file brings in new settings for the DiscordProject related to its 'show' and 'description' options.
2024-06-18 21:33:43 +02:00
d8b021af5f feat: Add new .idea configuration files
This commit introduces a set of .idea configuration files. These include settings for ignoring default files, module root management, project module management, and version control system standards. The addition of these configuration files can improve the development workflow by setting rules and preferences for the workspace.
2024-06-06 14:00:53 +02:00