Skip to content

Commit

Permalink
sync between machines
Browse files Browse the repository at this point in the history
  • Loading branch information
bitops committed Sep 4, 2018
1 parent 84f4d49 commit f4cdf19
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
// My VSCode Settings
"git.ignoreMissingGitWarning": true,
"editor.fontSize": 16,
"editor.fontFamily": "Monaco, monospace",
"files.autoSave": "afterDelay",
"files.autoSave": "onFocusChange",
"git.confirmSync": false,
"editor.tabSize": 2,
"editor.renderWhitespace": "none",
"editor.insertSpaces": true,
"editor.wordWrap": "off",
"workbench.startupEditor": "newUntitledFile",
"editor.minimap.enabled": false
"workbench.editor.enablePreview": false,
"editor.minimap.enabled": false,
"editor.detectIndentation": false,
"editor.renderIndentGuides": false
}

0 comments on commit f4cdf19

Please sign in to comment.