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.
7 lines
220 B
XML
7 lines
220 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="DiscordProjectSettings">
|
|
<option name="show" value="APPLICATION" />
|
|
<option name="description" value="" />
|
|
</component>
|
|
</project> |