diff options
| author | loic <git-account@loicguegan.fr> | 2016-09-21 08:45:12 +0200 |
|---|---|---|
| committer | loic <git-account@loicguegan.fr> | 2016-09-21 08:45:12 +0200 |
| commit | 64cdf57209fadcd87c2574df4bf6d8293b90098a (patch) | |
| tree | a3de26dfa2d94456da6cda53d792afdb0105131f /.idea/misc.xml | |
Initial commit
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..cd1cc97 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="EntryPointsManager"> + <entry_points version="2.0" /> + </component> + <component name="MavenProjectsManager"> + <option name="originalFiles"> + <list> + <option value="$PROJECT_DIR$/pom.xml" /> + </list> + </option> + </component> + <component name="ProjectInspectionProfilesVisibleTreeState"> + <entry key="Project Default"> + <profile-state> + <expanded-state> + <State> + <id /> + </State> + <State> + <id>Android > Lint > Correctness</id> + </State> + <State> + <id>Android > Lint > Security</id> + </State> + <State> + <id>Android Lint for Kotlin</id> + </State> + <State> + <id>CFML</id> + </State> + <State> + <id>GPath inspectionsGroovy</id> + </State> + <State> + <id>GeneralJavaScript</id> + </State> + <State> + <id>Google Web Toolkit issues</id> + </State> + <State> + <id>Groovy</id> + </State> + <State> + <id>JPA issues</id> + </State> + <State> + <id>JSP Inspections</id> + </State> + <State> + <id>Java</id> + </State> + <State> + <id>Java EE issues</id> + </State> + <State> + <id>JavaScript</id> + </State> + <State> + <id>Probable bugsJava</id> + </State> + <State> + <id>RESTful Web Service</id> + </State> + <State> + <id>Security issuesJava</id> + </State> + <State> + <id>Spring</id> + </State> + <State> + <id>Spring MVCSpring</id> + </State> + <State> + <id>WebSocket issues</id> + </State> + <State> + <id>XML</id> + </State> + <State> + <id>XPath</id> + </State> + </expanded-state> + <selected-state> + <State> + <id>JpaQlInspection</id> + </State> + </selected-state> + </profile-state> + </entry> + </component> + <component name="ProjectLevelVcsManager" settingsEditedManually="false"> + <OptionsSetting value="true" id="Add" /> + <OptionsSetting value="true" id="Remove" /> + <OptionsSetting value="true" id="Checkout" /> + <OptionsSetting value="true" id="Update" /> + <OptionsSetting value="true" id="Status" /> + <OptionsSetting value="true" id="Edit" /> + <ConfirmationsSetting value="0" id="Add" /> + <ConfirmationsSetting value="0" id="Remove" /> + </component> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/out" /> + </component> + <component name="masterDetails"> + <states> + <state key="ProjectJDKs.UI"> + <settings> + <last-edited>1.8</last-edited> + <splitter-proportions> + <option name="proportions"> + <list> + <option value="0.2" /> + </list> + </option> + </splitter-proportions> + </settings> + </state> + </states> + </component> +</project>
\ No newline at end of file |
