mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
This allows opening the Jewel Gradle sub-project in the IDE and still being able to use the VCS integration. Without this, the Jewel sub-project has no VCS enabled in the IDE. closes https://github.com/JetBrains/intellij-community/pull/2925 (cherry picked from commit f61852955272b5f45435cae67523333012f4fa40) (cherry picked from commit c76652ad927f8402d757bc2259e49cf5ee7c439d) IJ-MR-155570 GitOrigin-RevId: 24f4cb263420bebacddaeccf6d7785cc09d7888a
17 lines
776 B
XML
17 lines
776 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CommitMessageInspectionProfile">
|
|
<profile version="1.0">
|
|
<inspection_tool class="BodyLimit" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
<inspection_tool class="SubjectBodySeparation" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
<inspection_tool class="SubjectLimit" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
</profile>
|
|
</component>
|
|
<component name="GitSharedSettings">
|
|
<option name="synchronizeBranchProtectionRules" value="false" />
|
|
</component>
|
|
<component name="VcsDirectoryMappings">
|
|
<mapping directory="" vcs="Git" />
|
|
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
|
</component>
|
|
</project> |