Skip to content

Commit

Permalink
Update JetBrains settings
Browse files Browse the repository at this point in the history
  • Loading branch information
James K. Glasbrenner committed Dec 3, 2018
1 parent 38ca84c commit e2ec2cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
5 changes: 0 additions & 5 deletions jetbrains/JetBrains_common/config/options/github_settings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<application>
<component name="GithubAccounts">
<account id="45154452-2bc3-45f6-9106-717ac6b968c0" name="jkglasbrenner">
<server host="github.com" />
</account>
</component>
<component name="GithubSettings">
<option name="AUTH_TYPE" value="TOKEN" />
<option name="CLONE_GIT_USING_SSH" value="true" />
Expand Down
1 change: 0 additions & 1 deletion jetbrains/PyCharm/config/options/images.support.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
<setting name="Editor.Zoom.smartZooming" value="true" />
<setting name="Editor.Zoom.prefferedWidth" value="128" />
<setting name="Editor.Zoom.prefferedHeight" value="128" />
<setting name="ExternalEditor.executablePath" value="" />
</component>
</application>
16 changes: 7 additions & 9 deletions jetbrains/PyCharm/config/options/material_theme.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<application>
<component name="MaterialThemeConfig">
<option name="version" value="2.7.0" />
<option name="selectedTheme" value="nightowl" />
<option name="highlightColor" value="80cbc4" />
<option name="isBoldTabs" value="true" />
<option name="accentColor" value="FF1675" />
<option name="compactDropdowns" value="true" />
<option name="isCompactStatusBar" value="true" />
<option name="isCompactTables" value="true" />
<option name="compactDropdowns" value="true" />
<option name="settingsSelectedTab" value="3" />
<option name="userId" value="-2bba96b9:164fe2ff9be:-8000" />
<option name="allowDataCollection" value="true" />
<option name="isHighContrast" value="true" />
<option name="isWizardShown" value="true" />
<option name="overrideAccentColor" value="true" />
<option name="accentColor" value="ff1675" />
<option name="highlightColor" value="80cbc4" />
<option name="selectedTheme" value="nightowl" />
<option name="userId" value="-2bba96b9:164fe2ff9be:-8000" />
<option name="version" value="3.0.0-rc3" />
</component>
</application>
2 changes: 2 additions & 0 deletions vscode/dot-config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@
"gitlens.hovers.currentLine.over": "line",
"python.jediEnabled": false,
"autoDocstring.docstringFormat": "sphinx",
"git.autofetch": true,
"git.enableCommitSigning": true,
}

0 comments on commit e2ec2cf

Please sign in to comment.