Skip to content

Instantly share code, notes, and snippets.

@Fusion86
Last active December 16, 2017 14:08
Show Gist options
  • Save Fusion86/403d9dba3cb2a19f8f9d39adef4bbeb0 to your computer and use it in GitHub Desktop.
Save Fusion86/403d9dba3cb2a19f8f9d39adef4bbeb0 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"workbench.startupEditor": "none",
"explorer.openEditors.visible": 9,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.wordWrap": "on",
"files.associations": {
"*.xm": "objective-c"
},
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"git.enableSmartCommit": true,
"python.formatting.provider": "autopep8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment