summaryrefslogtreecommitdiff
path: root/.idea/vcs.xml
diff options
context:
space:
mode:
Diffstat (limited to '.idea/vcs.xml')
-rw-r--r--.idea/vcs.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index cc23b035..9dcab700 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -2,7 +2,6 @@
<project version="4">
<component name="CommitMessageInspectionProfile">
<profile version="1.0">
- <inspection_tool class="CommitMessageSpellChecking" enabled="false" level="TYPO" enabled_by_default="true" />
<inspection_tool class="GraziCommit" enabled="true" level="TYPO" enabled_by_default="true" />
<inspection_tool class="GrazieCommit" enabled="true" level="TYPO" enabled_by_default="true" />
</profile>
@@ -21,10 +20,14 @@
<option name="issueRegexp" value="#(\d+)" />
<option name="linkRegexp" value="https://github.com/Kotlin/kotlinx.serialization/issues/$1" />
</IssueNavigationLink>
+ <IssueNavigationLink>
+ <option name="issueRegexp" value="[A-Z]+\-\d+"/>
+ <option name="linkRegexp" value="http://youtrack.jetbrains.com/issue/$0"/>
+ </IssueNavigationLink>
</list>
</option>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
-</project>
+</project> \ No newline at end of file