Skip to content

Instantly share code, notes, and snippets.

@jehugaleahsa
Last active August 22, 2016 14:30
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 jehugaleahsa/11cebb4fab647e320e28666db444486a to your computer and use it in GitHub Desktop.
Save jehugaleahsa/11cebb4fab647e320e28666db444486a to your computer and use it in GitHub Desktop.
MS Code User Settings
// Place your settings in this file to overwrite the default settings
{
"editor.wrappingColumn": 0,
"editor.rulers": [80],
"editor.autoClosingBrackets": false,
"window.openFilesInNewWindow": false,
"window.restoreFullscreen": true,
"window.format.wrapLineLength": 0,
"html.format.indentInnerHtml": true,
"terminal.integrated.shell.linux": "bash",
"terminal.integrated.shell.windows": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment