Skip to content

Commit

Permalink
PY-2017.3.2 <MHuber@michaels-macbook-pro.local Create vcs.xml, databa…
Browse files Browse the repository at this point in the history
…seSettings.xml, git.xml, github_settings.xml
  • Loading branch information
MHuberFaust committed Sep 7, 2018
1 parent ebba198 commit 8c1de2f
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _mac/git.xml
@@ -0,0 +1,5 @@
<application>
<component name="Git.Application.Settings">
<option name="SSH_EXECUTABLE" value="IDEA_SSH" />
</component>
</application>
37 changes: 37 additions & 0 deletions databaseSettings.xml
@@ -0,0 +1,37 @@
<application>
<component name="DatabaseSettings" version="3">
<text-mode>
<parameter-patterns>
<parameter-pattern value="#(\w+)#" scope="XML" predefined="#name#" />
<parameter-pattern value="(?&lt;=\W|\A)\$(\d+|[a-zA-Z_](?:\w|\.)*)\$?(?=\W|\z)" scope="*,-SQL" predefined="$a.b.c$?" />
<parameter-pattern value="(?&lt;=\W|\A)#(\d+|[a-zA-Z_](?:\w|\.)*)#?(?=\W|\z)" scope="*,-SQL" predefined="#a.b.c#?" />
<parameter-pattern value="%\((\w+)\)s" scope="Python" predefined="%(name)s" />
<parameter-pattern value="%\w+" scope="JAVA,Python" predefined="%name" />
<parameter-pattern value="\$\{([^\{\}]*)\}" predefined="${name}" />
<parameter-pattern value="\$\(([^\)]+)\)" predefined="$(name)" />
</parameter-patterns>
</text-mode>
<csv-formats>
<csv-format name="Tab-separated (TSV)" id="Tab-separated (TSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="&#9;" recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="Comma-separated (CSV)" id="Comma-separated (CSV)_id">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator="&#10;">
<quotation>
<quotes left="&quot;" right="&quot;" leftEscaped="&quot;&quot;" rightEscaped="&quot;&quot;" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
</csv-formats>
</component>
</application>
5 changes: 5 additions & 0 deletions github_settings.xml
@@ -0,0 +1,5 @@
<application>
<component name="GithubSettings">
<option name="AUTH_TYPE" value="TOKEN" />
</component>
</application>
13 changes: 13 additions & 0 deletions vcs.xml
@@ -0,0 +1,13 @@
<application>
<component name="GitRememberedInputs">
<option name="visitedUrls">
<list>
<UrlAndUserName>
<option name="url" value="https://github.com/MHuberFaust/TM_DHD2019" />
<option name="userName" value="" />
</UrlAndUserName>
</list>
</option>
<option name="cloneParentDir" value="$USER_HOME$/git" />
</component>
</application>

0 comments on commit 8c1de2f

Please sign in to comment.