Skip to content

Instantly share code, notes, and snippets.

@vmandic
Created December 26, 2017 21:52
Show Gist options
  • Save vmandic/7abc89fcd5f4f9dfc5ab631a35d1c2af to your computer and use it in GitHub Desktop.
Save vmandic/7abc89fcd5f4f9dfc5ab631a35d1c2af to your computer and use it in GitHub Desktop.
{
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"editor.fontSize": 11,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"editor.detectIndentation": true,
"editor.wordWrap": "on",
"csharp.format.enable": false,
"csharp.referencesCodeLens.enabled": true,
"csharpfixformat.sort.usings.enabled": true,
"csharpfixformat.style.spaces.beforeParenthesis": false,
"csharpfixformat.style.spaces.afterParenthesis": true,
"editor.minimap.maxColumn": 40,
"editor.minimap.renderCharacters": false,
"csharpfixformat.style.braces.onSameLine": false,
"workbench.iconTheme": "vscode-icons",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment