Created
December 26, 2017 21:52
-
-
Save vmandic/7abc89fcd5f4f9dfc5ab631a35d1c2af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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