Skip to content

Instantly share code, notes, and snippets.

View fsteenkamp's full-sized avatar

Ferdinand Steenkamp fsteenkamp

View GitHub Profile
@fsteenkamp
fsteenkamp / .vscode_settings.json
Last active July 19, 2023 08:16
VSCode Setup
{
"editor.rulers": [
100
],
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"files.exclude": {
// Add files here to hide them
".gitignore": true,
},