Skip to content

Instantly share code, notes, and snippets.

View gabriel-peruchi's full-sized avatar

Gabriel Peruchi gabriel-peruchi

View GitHub Profile
@gabriel-peruchi
gabriel-peruchi / extensions.json
Created January 10, 2024 13:50
VS Code Extensions
[
{
"identifier": {
"id": "csstools.postcss"
},
"version": "1.0.9",
"metadata": {
"publisherDisplayName": "csstools",
"preRelease": false
}
@gabriel-peruchi
gabriel-peruchi / settings.json
Last active January 10, 2024 12:52
VS Code Settings
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.lineHeight": 1.5,
"editor.rulers": [80, 120],
"editor.renderLineHighlight": "gutter",
"editor.parameterHints.enabled": false,
"editor.semanticHighlighting.enabled": false,
"editor.minimap.enabled": false,