Skip to content

Commit

Permalink
Modify VSCODE setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nabezokodaikon committed Mar 19, 2024
1 parent 8cc6fe4 commit 4b422b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"editor.fontFamily": "Consolas, Myrica M",
"editor.detectIndentation": false,
"editor.fontSize": 18,
"editor.wrappingIndent": "same",
"editor.minimap.enabled": false,
"extensions.ignoreRecommendations": true,
Expand All @@ -13,9 +12,12 @@
"vim.whichwrap": "h,l,<,>,[,]",
"vim.vimrc.enable": true,
"vim.vimrc.path": "~/dotfiles/vscode/.vimrc",
"workbench.editor.untitled.hint": "hidden",
"omnisharp.enableRoslynAnalyzers": true,
"editor.codeLens": false,
"editor.autoClosingQuotes": "never",
"editor.autoClosingBrackets": "never",
"workbench.editor.empty.hint": "hidden",
"svelte.enable-ts-plugin": true,
"editor.tabSize": 2,
"editor.fontSize": 16,
}

0 comments on commit 4b422b4

Please sign in to comment.