Skip to content

Instantly share code, notes, and snippets.

@wataken44
Last active October 28, 2019 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wataken44/d29540a85ebad73957926eb485aa6446 to your computer and use it in GitHub Desktop.
Save wataken44/d29540a85ebad73957926eb485aa6446 to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 16,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"files.exclude": {
"**/#*": true,
"**/*~": true,
"**/.#*": true,
"*~": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.linting.lintOnSave": false,
"terminal.integrated.shell.windows": "C:\\cygwin64\\bin\\zsh.exe",
"workbench.colorTheme": "Solarized Light"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment