Skip to content

Instantly share code, notes, and snippets.

@ddkino
Last active October 29, 2019 22:03
Show Gist options
  • Select an option

  • Save ddkino/4259209cfd1e76d3fbf5b2c92d7cb685 to your computer and use it in GitHub Desktop.

Select an option

Save ddkino/4259209cfd1e76d3fbf5b2c92d7cb685 to your computer and use it in GitHub Desktop.
{
"[go]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.formatOnSave": true
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"breadcrumbs.enabled": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.fontSize": 13,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnSaveTimeout": 0,
"editor.formatOnType": true,
"editor.hideCursorInOverviewRuler": true,
"editor.minimap.enabled": false,
"editor.multiCursorMergeOverlapping": false,
"editor.rulers": [
80,
100
],
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120,
"editor.wrappingIndent": "deepIndent",
"eslint.autoFixOnSave": true,
"eslint.nodePath": "/home/dd/.nvm/versions/node/v12.13.0",
"eslint.options": {
"configFile": ".eslintrc.js"
},
"eslint.run": "onSave",
"eslint.validate": [
{
"autoFix": true,
"editor.formatOnSave": true,
"language": "javascript"
},
"javascriptreact",
{
"autoFix": true,
"editor.formatOnSave": true,
"language": "typescript"
},
{
"autoFix": true,
"editor.formatOnSave": true,
"language": "typescriptreact"
},
{
"autoFix": true
}
],
"eslint.workingDirectories": [
"./"
],
"explorer.confirmDelete": false,
"extensions.autoUpdate": false,
"files.associations": {},
"files.autoSaveDelay": 0,
"gitlens.codeLens.enabled": false,
"go.autocompleteUnimportedPackages": true,
"go.formatTool": "goreturns",
"go.gopath": "/home/dd/GoProjects/",
"go.goroot": "/home/dd/install/go",
"go.inferGopath": true,
"go.lintTool": "revive",
"go.useCodeSnippetsOnFunctionSuggest": true,
"go.useCodeSnippetsOnFunctionSuggestWithoutType": true,
"go.useLanguageServer": true,
"go.vetOnSave": "off",
"javascript.implicitProjectConfig.experimentalDecorators": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"json.format.enable": false,
"npm-intellisense.recursivePackageJsonLookup": true,
"npm-intellisense.scanDevDependencies": true,
"npm.enableScriptExplorer": true,
"npm.includeDirectories": [
"./"
],
"npm.runInTerminal": false,
"prettier.eslintIntegration": true,
"prettier.printWidth": 110,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"solidity.linter": "solhint",
"sshfs.configs": [
{
"host": "35.198.186.3",
"name": "kbscrapper-dev",
"privateKeyPath": "/home/dd/.ssh/id_ecdsa",
"root": "/home/ddkino_dd/projets",
"username": "ddkino_dd"
}
],
"terminal.integrated.fontSize": 13,
"typescript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0,
"workbench.colorTheme": "Material Theme Darker High Contrast",
"workbench.iconTheme": "material-icon-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment