Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "workbench.colorTheme": "Material Theme Ocean High Contrast",
- "workbench.iconTheme": "eq-material-theme-icons-ocean",
- "editor.tabSize": 4,
- "editor.formatOnPaste": true,
- "[javascript]": {
- "editor.tabSize": 2
- },
- "[css]": {
- "editor.tabSize": 2
- },
- "[scss]": {
- "editor.tabSize": 2
- },
- "[jsonc]": {
- "editor.tabSize": 2
- },
- "[json]": {
- "editor.tabSize": 2
- },
- "[markdown]": {
- "files.insertFinalNewline": false,
- "files.trimTrailingWhitespace": false
- },
- "editor.insertSpaces": true,
- "editor.wordWrap": "on",
- "files.insertFinalNewline": true,
- "files.trimTrailingWhitespace": true,
- "files.eol": "\n",
- "css.validate": false,
- "less.validate": false,
- "scss.validate": false,
- "prettier.stylelintIntegration": true,
- "liveSassCompile.settings.showOutputWindow": false,
- "liveSassCompile.settings.formats": [
- {
- "format": "nested",
- "extensionName": ".css",
- "savePath": "~/../assets/css/"
- },
- {
- "format": "compressed",
- "extensionName": ".min.css",
- "savePath": "~/../assets/css/"
- }
- ],
- "liveSassCompile.settings.autoprefix": ["> 1%", "last 2 versions"],
- "liveServer.settings.donotShowInfoMsg": true,
- "explorer.confirmDragAndDrop": false,
- "php.suggest.basic": false,
- "php.validate.executablePath": "C:\\xampp\\php\\php.exe",
- "php.executablePath": "C:\\xampp\\php\\php.exe",
- "git.path": "C:\\Program Files\\Cmder\\vendor\\git-for-windows\\cmd\\git.exe",
- "terminal.external.windowsExec": "C:\\Program Files\\Cmder\\Cmder.exe",
- "terminal.integrated.shell.windows": "C:\\Program Files\\Cmder\\Cmder.exe",
- "php-cs-fixer.executablePath": "${extensionPath}\\php-cs-fixer.phar",
- "php-cs-fixer.lastDownload": 1532857784494
- }
Advertisement
Add Comment
Please, Sign In to add comment