Sanady

VS Code Settings

May 7th, 2020
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. "editor.suggestSelection": "first",
  3. "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  4. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  5. "editor.formatOnPaste": true,
  6. "workbench.editor.highlightModifiedTabs": true,
  7. "editor.wordWrap": "on",
  8. "[javascript]": {
  9. "editor.formatOnSave": true
  10. },
  11. "bracketPairColorizer.activeScopeCSS": [
  12.  
  13. "borderStyle : solid",
  14. "borderWidth : 1px",
  15. "borderColor : {color}; opacity: 0.5"
  16. ],
  17. "php.validate.executablePath": "",
  18. "emmet.triggerExpansionOnTab": true, // enable tab to expanse emmet tags
  19. "blade.format.enable": true, // if you would like to enable blade format\
  20. "html.suggest.html5": true
  21. }
Advertisement
Add Comment
Please, Sign In to add comment