Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bitops committed Nov 20, 2019
1 parent db5fd89 commit 4cbac3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// My VSCode Settings
"git.ignoreMissingGitWarning": true,
"editor.fontSize": 16,
"editor.fontSize": 18,
"editor.fontFamily": "Monaco",
"files.autoSave": "onFocusChange",
"git.confirmSync": false,
Expand All @@ -17,7 +17,8 @@
"explorer.confirmDelete": false,
"git.inputValidationSubjectLength": 72,
"workbench.colorTheme": "Monokai",
"window.zoomLevel": 1,
"files.insertFinalNewline": true
"window.zoomLevel": 0,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true
}

0 comments on commit 4cbac3b

Please sign in to comment.