Skip to content

Instantly share code, notes, and snippets.

@Younesi
Created August 3, 2019 05: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 Younesi/9f617860e87d408a74bf5f2564bb2a01 to your computer and use it in GitHub Desktop.
Save Younesi/9f617860e87d408a74bf5f2564bb2a01 to your computer and use it in GitHub Desktop.
{
"files.autoSave": "afterDelay",
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
"breadcrumbs.enabled": true,
"css.validate": true,
"diffEditor.ignoreTrimWhitespace": false,
//"editor.tabSize": 2,
"editor.autoIndent": true,
"editor.insertSpaces": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": false,
"editor.renderWhitespace": "boundary",
"editor.wordWrapColumn": 80,
"editor.wordWrap": "off",
"editor.detectIndentation": true,
"editor.rulers": [
80
],
"files.associations": {
"*.inc": "php",
"*.module": "php",
"*.install": "php",
"*.theme": "php",
"*.tpl.php": "php",
"*.test": "php",
"*.php": "php"
},
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"html.format.enable": true,
"html.format.wrapLineLength": 80,
"telemetry.enableTelemetry": false,
"editor.tabCompletion": "onlySnippets"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment