prog8/.idea/misc.xml

28 lines
1.1 KiB
XML
Raw Permalink Normal View History

2019-04-19 23:18:47 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
2020-02-07 19:47:38 +00:00
<component name="ANTLRGenerationPreferences">
<option name="perGrammarGenerationSettings">
<list>
<PerGrammarGenerationSettings>
<option name="fileName" value="$PROJECT_DIR$/parser/antlr/Prog8ANTLR.g4" />
2020-02-07 19:47:38 +00:00
<option name="autoGen" value="true" />
<option name="outputDir" value="$PROJECT_DIR$/parser/src/prog8/parser" />
<option name="libDir" value="" />
<option name="encoding" value="" />
<option name="pkg" value="" />
<option name="language" value="" />
<option name="generateListener" value="false" />
</PerGrammarGenerationSettings>
</list>
</option>
</component>
2023-09-14 19:11:55 +00:00
<component name="Black">
<option name="sdkName" value="Python 3.11" />
</component>
<component name="FrameworkDetectionExcludesConfiguration">
<type id="Python" />
</component>
2024-05-18 18:25:44 +00:00
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="openjdk-17" project-jdk-type="JavaSDK">
2019-04-19 23:18:47 +00:00
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>