Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "editor.suggestSelection": "first",
- "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
- "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
- "editor.formatOnPaste": true,
- "workbench.editor.highlightModifiedTabs": true,
- "editor.wordWrap": "on",
- "[javascript]": {
- "editor.formatOnSave": true
- },
- "bracketPairColorizer.activeScopeCSS": [
- "borderStyle : solid",
- "borderWidth : 1px",
- "borderColor : {color}; opacity: 0.5"
- ],
- "php.validate.executablePath": "",
- "emmet.triggerExpansionOnTab": true, // enable tab to expanse emmet tags
- "blade.format.enable": true, // if you would like to enable blade format\
- "html.suggest.html5": true
- }
Advertisement
Add Comment
Please, Sign In to add comment