Skip to content

Instantly share code, notes, and snippets.

@noir-neo
Created November 18, 2018 13:38
Show Gist options
  • Select an option

  • Save noir-neo/7ee9dd54a96b63ff7473831a61bcc981 to your computer and use it in GitHub Desktop.

Select an option

Save noir-neo/7ee9dd54a96b63ff7473831a61bcc981 to your computer and use it in GitHub Desktop.
vscode settings
{
"keyboard.dispatch": "keyCode",
"editor.fontFamily": "Source Han Code JP",
"editor.insertSpaces": true,
"editor.renderWhitespace": "all",
"editor.autoIndent": true,
"editor.wordWrap": "on",
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Monokai",
"files.trimTrailingWhitespace": true,
"window.zoomLevel": 0,
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment