Skip to content

Commit

Permalink
Update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Catuogno committed Sep 19, 2018
1 parent fef539e commit 9bceb9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/vscode.settings
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"[csv]": {},
// Set default zoom level
"window.zoomLevel": 0,
// Set rulers and word wrap
"editor.rulers": [120],
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"[markdown]": {
"editor.wordWrap": "wordWrapColumn",
"editor.quickSuggestions": false
},
// Removes files from editor window
"files.exclude": {
".dropbox": true,
Expand Down

0 comments on commit 9bceb9e

Please sign in to comment.