Skip to content

Instantly share code, notes, and snippets.

@doozie-akshay
Created April 28, 2020 12:05
Show Gist options
  • Save doozie-akshay/bc2effbe34bde6f72888fbb4a3e63988 to your computer and use it in GitHub Desktop.
Save doozie-akshay/bc2effbe34bde6f72888fbb4a3e63988 to your computer and use it in GitHub Desktop.
{
"files.autoSave": "off",
"window.zoomLevel": 0,
"git.confirmSync": false,
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe",
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": true,
"php.validate.executablePath": "C:\\php\\php.exe",
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.fontLigatures": true,
"emmet.triggerExpansionOnTab": true,
"php.suggest.basic": false,
"editor.autoIndent": "keep",
"emmet.includeLanguages": {
"blade.php": "html",
"vue": "html"
},
"explorer.openEditors.visible": 0,
"editor.tabCompletion": "on",
"editor.wordWrap": "on",
"editor.fontSize": 18,
"editor.fontFamily": "Fira Code",
"editor.tabSize": 4,
"explorer.confirmDelete": false,
"breadcrumbs.enabled": true,
"blade.format.enable": true,
"editor.formatOnSave": false,
"javascript.format.enable": true,
"files.associations": {
"*.blade.php": "html",
"*.tpl": "html",
".php_cs": "php",
".php_cs.dist": "php",
"*.php": "php"
},
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/*.g.dart": true,
"**/*.inject.dart": true,
"**/*.inject.summary": true,
"**/CVS": true,
"**/vendor/lynx39": true
},
"php.executablePath": "C:\\php\\php.exe",
"phpfmt.php_bin": "C:\\php\\php.exe",
"phpformatter.composer": true,
"phpformatter.arguments": [
"--rules=@PSR2"
],
"diffEditor.renderSideBySide": true,
"terminal.integrated.rendererType": "dom",
"[javascript]": {
"editor.defaultFormatter": "chenxsan.vscode-standard-format"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[php]": {
"editor.defaultFormatter": "kokororin.vscode-phpfmt"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"search.useIgnoreFiles": false,
"workbench.colorTheme": "Cobalt2",
"html.autoClosingTags": false,
"terminal.integrated.fontFamily": "monospace",
"editor.occurrencesHighlight": false,
"highlight-matching-tag.styles": {
"opening": {
"name": {
"underline": "red"
}
}
},
"dart.flutterSdkPath": "C:\\src\\flutter",
"highlight.regexFlags": "gi",
"highlight.regexes": {
"(?<!\\w)(#[a-f0-9]{3,4}|#[a-f0-9]{6}|#[a-f0-9]{8}|rgba?\\s*\\([^)]*?\\)|hsla?\\s*\\([^)]*?\\)|aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyanaqua|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|tan|teal|thistle|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen)(?!\\w)": [
{
"rangeBehavior": 1,
"borderWidth": "1px",
"borderColor": "$1",
"borderStyle": "solid"
}
]
},
"dart.openDevTools": "flutter",
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"todo-tree.tree.showScanModeButton": false,
"todo-tree.highlights.enabled": true,
"highlightLine.borderColor": "#ffc600",
"highlightLine.borderWidth": "2px",
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
// Hide everything in /public, except "index.php"
"**/public/[abcdefghjklmnopqrstuvwxyz]*": true,
"**/public/i[abcdefghijklmopqrstuvwxyz]*": true,
// Hide everything in /vendor, except "laravel" folder.
"**/vendor/[abcdefghijkmnopqrstuvwxyz]*": true,
"**/vendor/l[bcdefghijklmnopqrstuvwxyz]*": true,
"storage/framework/views": true,
},
"zenMode.fullScreen": false,
// "workbench.editor.showTabs": false,
"editor.minimap.enabled": false,
"editor.codeLens": false,
"workbench.activityBar.visible": false,
"workbench.startupEditor": "none",
"editor.renderControlCharacters": false,
"editor.renderIndentGuides": false,
"editor.renderLineHighlight": "none",
"editor.matchBrackets": "never",
"workbench.sideBar.location": "right",
"editor.renderWhitespace": "all",
"editor.lineHeight": 40,
"editor.letterSpacing": 0,
"editor.suggestFontSize": 16,
"editor.suggestLineHeight": 28,
"terminal.integrated.fontSize": 15,
"terminal.integrated.lineHeight": 1.5,
"terminal.integrated.cursorBlinking": false,
"terminal.integrated.cursorStyle": "line",
"disableLigatures.mode": "Cursor",
// "editor.emptySelectionClipboard": false,
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?$",
"editor.quickSuggestionsDelay": 0,
"editor.formatOnPaste": true,
"diffEditor.ignoreTrimWhitespace": false,
"phpfmt.smart_linebreak_after_curly": true,
"namespaceResolver.autoSort": true,
"namespaceResolver.sortOnSave": true,
"namespaceResolver.highlightOnSave": true,
"namespaceResolver.highlightOnOpen": true,
"namespaceResolver.showMessageOnStatusBar": true,
"better-comments.multilineComments": true,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent"
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"backgroundColor": "transparent"
}
],
// "editor.glyphMargin": false,
"editor.folding": false,
"sync.quietSync": false,
"sync.forceDownload": false,
"sync.forceUpload": false,
"sync.gist": "ec9fd70ed73b3c78af78bac686269119",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment