Skip to content

Instantly share code, notes, and snippets.

View imshivamgupta's full-sized avatar
🎯
Focusing

Shivam Gupta imshivamgupta

🎯
Focusing
View GitHub Profile
@imshivamgupta
imshivamgupta / settings.json
Last active July 27, 2024 15:26
VSCODE WIN-2024
{
"git.openRepositoryInParentFolders": "never",
"git.autofetch": true,
"eslint.format.enable": true,
"workbench.activityBar.location": "bottom",
"workbench.sideBar.location": "right",
"workbench.colorTheme": "Night Owl (No Italics)",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
{
"workbench.colorTheme": "Cobalt2",
"yaml.schemas": {
"file:///Users/apple/.vscode/extensions/atlassian.atlascode-2.10.9/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"redhat.telemetry.enabled": true,
"git.autofetch": true,
"eslint.alwaysShowStatus": true,
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
{
"workbench.colorTheme": "Cobalt2",
"yaml.schemas": {
"file:///Users/apple/.vscode/extensions/atlassian.atlascode-2.10.9/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"redhat.telemetry.enabled": true,
"git.autofetch": true,
"eslint.alwaysShowStatus": true,
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
@imshivamgupta
imshivamgupta / media-query.css
Created July 27, 2018 07:37 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@imshivamgupta
imshivamgupta / webdev_online_resources.md
Created July 17, 2018 07:30 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)