Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Jan 29, 2024
2 parents cfabf73 + cc5e558 commit 1c7bf91
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"editor.fontFamily": "'FiraCode NFM', 'Symbols Nerd Font', 'MonaspiceAr NF', 'MesloLGLDZ Nerd Font Regular', Meslo, 'Nerd Font', 'Nerd Font Mono', 'Nerd Font Propo', Consolas, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'FiraCode NFM', 'Symbols Nerd Font', 'MonaspiceAr NF', 'MesloLGLDZ Nerd Font Regular', Meslo, 'Nerd Font', 'Nerd Font Mono', 'Nerd Font Propo', Consolas, 'Courier New', monospace",
"git.autofetch": true,
"editor.fontFamily": "'FiraCode Nerd Font', 'Symbols Nerd Font', 'MonaspiceAr NF', 'MesloLGLDZ Nerd Font Regular', Meslo, 'Nerd Font', 'Nerd Font Mono', 'Nerd Font Propo', Consolas, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'FiraCode Nerd Font', 'Symbols Nerd Font', 'MonaspiceAr NF', 'MesloLGLDZ Nerd Font Regular', Meslo, 'Nerd Font', 'Nerd Font Mono', 'Nerd Font Propo', Consolas, 'Courier New', monospace",
"editor.fontWeight": "normal",
"editor.fontLigatures": true
}
"editor.fontLigatures": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.automationProfile.windows": {
"path": "pwsh.exe",
"args": [
"-noexit",
"-file",
"${PROFILE}"
]
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}

0 comments on commit 1c7bf91

Please sign in to comment.