Created
June 24, 2019 04:41
-
-
Save ayoubjamouhi/16beb17a1356785d0092f7477e671a21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Cobalt2", | |
"files.autoSave": "onFocusChange", | |
"editor.fontSize": 17, | |
"explorer.openEditors.visible": 0, | |
"workbench.editor.enablePreview": false, | |
"editor.minimap.enabled": false, | |
"workbench.activityBar.visible": false, | |
"sublimeTextKeymap.promptV3Features": true, | |
"editor.renderIndentGuides": false, | |
"editor.formatOnSave": true, | |
"editor.tokenColorCustomizations": { | |
// "comments": "#8d8579" | |
}, | |
"editor.matchBrackets": false, | |
// Changes the multi cursor mouse binding | |
//"editor.multiCursorModifier": "ctrlCmd", | |
"files.associations": { | |
".php_cs": "php", | |
".php_cs.dist": "php" | |
}, | |
// The Cursive font is operator Mono, it's $200 and you need to buy it to get the cursive | |
"editor.fontFamily": "Fira Code", | |
"editor.lineHeight": 25, | |
"editor.letterSpacing": 0.8, | |
"files.trimTrailingWhitespace": true, | |
"editor.fontWeight": "400", | |
"editor.cursorStyle": "line", | |
"editor.cursorWidth": 5, | |
"editor.cursorBlinking": "solid", | |
"editor.renderWhitespace": "all", | |
"editor.tabSize": 4, | |
"php.executablePath": "/usr/bin/php", | |
"php.validate.executablePath": "/usr/bin/php", | |
"php.validate.enable": true, | |
"php.validate.run": "onType", | |
"phpfmt.php_bin": "/usr/bin/php", | |
// "workbench.editor.labelFormat": "medium" | |
//"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace", | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact", | |
}, | |
"window.title": "${activeEditorMedium}", | |
"workbench.iconTheme": "vscode-icons", | |
"dart.flutterSdkPath": "/home/jfnadev/development/flutter", | |
"diffEditor.ignoreTrimWhitespace": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"editor.fontFamily": "Operator Mono",
"files.autoSave": "onFocusChange",
"editor.fontSize": 16,
"editor.fontWeight": "100",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.lineHeight": 31,
"editor.letterSpacing": 0.8,
"editor.formatOnSave": true,
"window.title": "${folderName}${separator}${activeEditorMedium}",
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"editor.cursorBlinking": "expand",
"explorer.openEditors.visible": 0,
"workbench.editor.enablePreview": false,
"editor.minimap.enabled": false,
"terminal.integrated.shell.windows": "C:\Program Files\Git\bin\bash.exe",
"php-cs-fixer.executablePath": "${extensionPath}\php-cs-fixer.phar",
"php-cs-fixer.lastDownload": 1585332966774,
"search.useIgnoreFiles": false,
"beautify.ignore": "/*.js",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
"prettier.disableLanguages": ["javascriptreact"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.tabSize": 2,
"files.watcherExclude": {
"/.git/objects/": true,
"/node_modules/": true,
"/vendor/": true
},
"search.exclude": {
"/.git": true,
"/node_modules": true,
"/bower_components": true,
"/tmp": true,
"/vendor/**": true
},
"explorer.sortOrder": "type",
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"window.title": "${activeEditorMedium}",
"materialTheme.accent": "Orange"
}