Skip to content

Instantly share code, notes, and snippets.

@emanuellopes
Created April 4, 2018 09:36
Show Gist options
  • Save emanuellopes/168c7e4fba646d97b0928a6ca7ad96c7 to your computer and use it in GitHub Desktop.
Save emanuellopes/168c7e4fba646d97b0928a6ca7ad96c7 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "vscode-great-icons",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.matchBrackets": true,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"editor.renderWhitespace": "all",
"editor.selectionHighlight": true,
"editor.tabSize": 4,
"cSpell.language": "en",
"editor.autoIndent": true,
"editor.codeLens": true,
"editor.formatOnSave": false,
"editor.formatOnType": true,
"editor.renderLineHighlight": "all",
"editor.trimAutoWhitespace": true,
"editor.tabCompletion": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.editorconfig": true,
"**/.gitattributes": true,
"**/Jenkinsfile*": true,
"**/.gitignore": true,
"public": true,
".idea": true,
".vscode": true,
"**/node_modules": true,
"**/*.log": true
},
"search.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.editorconfig": true,
"**/.gitattributes": true,
"**/Jenkinsfile*": true,
"**/.gitignore": true,
"public": true,
".idea": true,
".vscode": true,
"**/node_modules": true
},
"workbench.colorTheme": "Darcula Theme from IntelliJ",
"git.autofetch": true,
"cSpell.userWords": [
"classlist",
"ncpp",
"tabindex"
],
}
@mauroreisvieira
Copy link

@andreros the problem is the vscode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment