Skip to content

Commit

Permalink
Updates to code editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
James K. Glasbrenner committed Jan 7, 2019
1 parent e2ec2cf commit a7d4458
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions jetbrains/PyCharm/config/options/material_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
<option name="compactDropdowns" value="true" />
<option name="isCompactStatusBar" value="true" />
<option name="isCompactTables" 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" />
<option name="version" value="3.0.0-rc4" />
</component>
</application>
11 changes: 10 additions & 1 deletion vscode/dot-config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{

"breadcrumbs.enabled": true,
"editor.fontSize": 16,
"editor.fontFamily": "'Hack', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
Expand All @@ -12,7 +13,8 @@
"python.linting.pydocstyleEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.pylintUseMinimalCheckers": false,
"python.formatting.provider": "yapf",
"python.formatting.provider": "black",
"python.formatting.blackArgs": "--py36",
"editor.cursorBlinking": "phase",
"editor.formatOnSave": true,
"editor.dragAndDrop": false,
Expand Down Expand Up @@ -75,4 +77,11 @@
"autoDocstring.docstringFormat": "sphinx",
"git.autofetch": true,
"git.enableCommitSigning": true,
"revealjs.highlightTheme": "Default",
"revealjs.theme": "white",
"[json]": {
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.insertSpaces": true
},
}

0 comments on commit a7d4458

Please sign in to comment.