mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true
|
|
},
|
|
"[markdown]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.wordWrap": "on",
|
|
"editor.renderWhitespace": "all",
|
|
"editor.acceptSuggestionOnEnter": "off"
|
|
}
|
|
} |