Skip to content

Instantly share code, notes, and snippets.

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 jesusOmar/c44acd03e0d8e7cc959df6c35bddf8ca to your computer and use it in GitHub Desktop.
Save jesusOmar/c44acd03e0d8e7cc959df6c35bddf8ca to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.wordWrap": "on",
"editor.lineHeight": 35,
"workbench.iconTheme": "material-icon-theme",
"php.validate.executablePath": "/usr/local/opt/php71/bin/php",
"php.suggest.basic": false,
"workbench.activityBar.visible": false,
"explorer.openEditors.visible": 0,
"editor.minimap.enabled": false,
"gitlens.blame.ignoreWhitespace": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"php-cs-fixer.config": ".phpcsconfig",
"editor.tabCompletion": true,
"cSpell.enabledLanguageIds": [
"c",
"cpp",
"csharp",
"go",
"handlebars",
"javascript",
"javascriptreact",
"json",
"latex",
"markdown",
"php",
"plaintext",
"python",
"restructuredtext",
"text",
"twig",
"typescript",
"typescriptreact",
"yml"
],
"git.autofetch": true,
"search.useIgnoreFiles": false,
"files.exclude": {
"node_modules/": true,
".idea/": true,
".vscode/": true,
"app/cache/": true,
"app/logs/": true,
"**/.php_cs.cache": true,
"**/._*": true
},
"cSpell.userWords": [
"bundle",
"dmishh",
"endblock",
"endfor",
"gmail",
"lifecycle",
"manager",
"multipart",
"sensio",
"settings",
"shala",
"smtp",
"timesheet",
"timesheets",
"timestamps",
"vimeo"
],
"gitlens.codeLens.scopes": [],
"materialTheme.cache.workbench.settings": {
"themeColours": "Default"
},
"workbench.colorTheme": "Nord",
"gitlens.keymap": "chorded",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"editor.multiCursorModifier": "ctrlCmd",
"zenMode.fullScreen": false,
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.scrollBeyondLastLine": false,
"workbench.statusBar.visible": true,
"explorer.enableDragAndDrop": false,
"editor.renderWhitespace": "none",
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.autoIndent": false
},
"editor.detectIndentation": false,
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment