{
  "editor.renderWhitespace": "all",
  "editor.renderControlCharacters": true,
  "python.linting.pep8Path": "pycodestyle",
  "workbench.activityBar.visible": true,
  "window.menuBarVisibility": "default",
  "files.eol": "\n",
  "python.autoComplete.addBrackets": true,
  "python.linting.maxNumberOfProblems": 100,
  "files.trimTrailingWhitespace": true,
  "window.zoomLevel": 0,
  "editor.formatOnSave": true,
  "editor.rulers": [
    80,
    120
  ],
  "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    ".vscode": true,
    "**/*.pyc": true
  },
  "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
  },
  "[markdown]": {
    "files.trimTrailingWhitespace": false
  },
  "[typescript]": {
    "editor.formatOnSave": false,
  },
  "[javascript]": {
    "editor.formatOnSave": false,
  },
  "[vue-html]": {
    "editor.formatOnSave": false,
  },
  "editor.multiCursorModifier": "alt",
  "python.insidersChannel": "off",
  "python.jediEnabled": false,
  "python.linting.enabled": true,
  "python.linting.pylintEnabled": true,
  "python.dataScience.sendSelectionToInteractiveWindow": false,
  "workbench.startupEditor": "newUntitledFile",
  "terminal.integrated.inheritEnv": false,
  "extensions.ignoreRecommendations": false,

}