Skip to content

Instantly share code, notes, and snippets.

View CristianWesleyFront's full-sized avatar
🏠
Working from home

Cristian Correia CristianWesleyFront

🏠
Working from home
View GitHub Profile
@CristianWesleyFront
CristianWesleyFront / vsCodeSettings
Last active November 8, 2021 14:58
VsCode settings
{
// Define o tema do VSCode
"workbench.colorTheme":"Omni",
// Configura tamanho e família da fonte
"editor.fontSize":16,
"editor.lineHeight":24,
"editor.fontFamily":"Fira Code",
"editor.fontLigatures":true,