GamerSK

vscode settings

Jun 27th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.76 KB | None | 0 0
  1. {
  2.   "workbench.colorTheme": "Material Theme Ocean High Contrast",
  3.   "workbench.iconTheme": "eq-material-theme-icons-ocean",
  4.   "editor.tabSize": 4,
  5.   "editor.formatOnPaste": true,
  6.   "[javascript]": {
  7.     "editor.tabSize": 2
  8.   },
  9.   "[css]": {
  10.     "editor.tabSize": 2
  11.   },
  12.   "[scss]": {
  13.     "editor.tabSize": 2
  14.   },
  15.   "[jsonc]": {
  16.     "editor.tabSize": 2
  17.   },
  18.   "[json]": {
  19.     "editor.tabSize": 2
  20.   },
  21.   "[markdown]": {
  22.     "files.insertFinalNewline": false,
  23.     "files.trimTrailingWhitespace": false
  24.   },
  25.   "editor.insertSpaces": true,
  26.   "editor.wordWrap": "on",
  27.   "files.insertFinalNewline": true,
  28.   "files.trimTrailingWhitespace": true,
  29.   "files.eol": "\n",
  30.   "css.validate": false,
  31.   "less.validate": false,
  32.   "scss.validate": false,
  33.   "prettier.stylelintIntegration": true,
  34.   "liveSassCompile.settings.showOutputWindow": false,
  35.   "liveSassCompile.settings.formats": [
  36.     {
  37.       "format": "nested",
  38.       "extensionName": ".css",
  39.       "savePath": "~/../assets/css/"
  40.     },
  41.     {
  42.       "format": "compressed",
  43.       "extensionName": ".min.css",
  44.       "savePath": "~/../assets/css/"
  45.     }
  46.   ],
  47.   "liveSassCompile.settings.autoprefix": ["> 1%", "last 2 versions"],
  48.   "liveServer.settings.donotShowInfoMsg": true,
  49.   "explorer.confirmDragAndDrop": false,
  50.   "php.suggest.basic": false,
  51.   "php.validate.executablePath": "C:\\xampp\\php\\php.exe",
  52.   "php.executablePath": "C:\\xampp\\php\\php.exe",
  53.   "git.path": "C:\\Program Files\\Cmder\\vendor\\git-for-windows\\cmd\\git.exe",
  54.   "terminal.external.windowsExec": "C:\\Program Files\\Cmder\\Cmder.exe",
  55.   "terminal.integrated.shell.windows": "C:\\Program Files\\Cmder\\Cmder.exe",
  56.   "php-cs-fixer.executablePath": "${extensionPath}\\php-cs-fixer.phar",
  57.   "php-cs-fixer.lastDownload": 1532857784494
  58. }
Advertisement
Add Comment
Please, Sign In to add comment