๐ฑ Young perspective FrontEnd Developer ๐
๐โโ๏ธ Something about me
- ๐ฆ I'm 22 years old.
- ๐ฑ I'm coding in JavaScript.
- ๐ญ I'm currently learning JavaScript.
๐จโ๐ป VSCode Settings
{
"workbench.colorTheme": "Tokyo Night Storm",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#ffd700",
"editorBracketHighlight.foreground2": "#ff00ff",
"editorBracketHighlight.foreground3": "#00bfff",
"editorBracketHighlight.foreground4": "#7cfc00",
"editorBracketHighlight.unexpectedBracket.foreground": "#ff0000"
},
"files.autoSave": "afterDelay",
"breadcrumbs.enabled": false,
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"explorer.compactFolders": false,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.linkedEditing": true,
"editor.cursorBlinking": "expand",
"editor.wordWrap": "on",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"prettier.arrowParens": "avoid",
"prettier.singleQuote": true,
"prettier.bracketSameLine": true,
"prettier.useTabs": true,
"prettier.printWidth": 120,
"window.zoomLevel": 0,
"emmet.triggerExpansionOnTab": true,
"workbench.list.smoothScrolling": true,
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": "on",
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "~/../css"
}
],
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"emmet.syntaxProfiles": {
"html": {
"inline_break": 2
}
},
"emmet.variables": {
"lang": "pl"
}
}