mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
added config for vscode
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.formatOnPaste": true
|
||||||
|
},
|
||||||
|
"[markdown]": {
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.wordWrap": "on",
|
||||||
|
"editor.renderWhitespace": "all",
|
||||||
|
"editor.acceptSuggestionOnEnter": "off"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user