Untitled

 avatar
unknown
plain_text
9 months ago
1.3 kB
4
Indexable
{
	"files.autoSave": "afterDelay",
	"editor.formatOnSave": true,
	"workbench.iconTheme": "material-icon-theme",
	"prettier.arrowParens": "avoid",
	"prettier.jsxSingleQuote": true,
	"prettier.bracketSameLine": true,
	"prettier.semi": false,
	"prettier.singleQuote": true,
	"prettier.useTabs": true,
	"prettier.printWidth": 120,
	"explorer.confirmDragAndDrop": false,
	"editor.wordWrap": "on",
	"editor.linkedEditing": true,
	"editor.defaultFormatter": "esbenp.prettier-vscode",
	"editor.cursorBlinking": "expand",
	"editor.bracketPairColorization.enabled": true,
	"liveServer.settings.donotShowInfoMsg": true,
	"workbench.colorCustomizations": {
		"editorBracketHighlight.foreground1": "#ffd700",
		"editorBracketHighlight.foreground2": "#ff00ff",
		"editorBracketHighlight.foreground3": "#00bfff",
		"editorBracketHighlight.foreground4": "#7cfc00",
		"editorBracketHighlight.unexpectedBracket.foreground": "#ff0000"
	},
	"[html]": {
		"editor.defaultFormatter": "vscode.html-language-features"
	},
	"emmet.syntaxProfiles": {
		"html": {
			"inline_break": 2
		}
	},
	"emmet.variables": {
		"lang": "pl"
	},
	"workbench.colorTheme": "Tokyo Night",
	"markdown-pdf.displayHeaderFooter": false,
	"markdown-pdf.emoji": false
}
Editor is loading...
Leave a Comment