Skip to content

Instantly share code, notes, and snippets.

@tuto1902
Created September 28, 2023 13:53
Show Gist options
  • Save tuto1902/676aaa25274e3236ffa34a7fbbab8c74 to your computer and use it in GitHub Desktop.
Save tuto1902/676aaa25274e3236ffa34a7fbbab8c74 to your computer and use it in GitHub Desktop.
My VS Code Settings
{
"workbench.colorTheme": "Catppuccin Macchiato",
"editor.fontFamily": "Cascadia Code",
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'",
"editor.minimap.enabled": false,
"tabnine.experimentalAutoImports": true,
"workbench.sideBar.location": "right",
"php.suggest.basic": false,
"editor.quickSuggestions": {
"comments": "on",
"strings": "on"
},
"workbench.iconTheme": "catppuccin-macchiato",
"zenMode.centerLayout": false,
"zenMode.hideLineNumbers": false,
"files.associations": {
"*.css": "tailwindcss"
},
"tailwindCSS.includeLanguages": {
"plaintext": "html"
},
"tailwindCSS.emmetCompletions": true,
"editor.fontWeight": "300",
"workbench.activityBar.visible": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment