Skip to content

Instantly share code, notes, and snippets.

View sh1kxrv's full-sized avatar
🌀
unconscious

Egor sh1kxrv

🌀
unconscious
View GitHub Profile
@sh1kxrv
sh1kxrv / settings.json
Last active February 3, 2023 10:41
VS Code | Settings | MacOS
{
"window.title": "${appName}${separator}0xaffff${separator}📦${rootName}${dirty}",
"window.restoreWindows": "none",
"telemetry.telemetryLevel": "off",
"emmet.triggerExpansionOnTab": true,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
// Editor
"editor.smoothScrolling": true,
@sh1kxrv
sh1kxrv / settings.json
Last active February 3, 2023 10:41
VS Code | Settings | Win
{
"window.title": "${appName}${separator}0xaffff${separator}📦${rootName}${dirty}",
"window.restoreWindows": "none",
"telemetry.telemetryLevel": "off",
"emmet.triggerExpansionOnTab": true,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
// Editor
"editor.smoothScrolling": true,