mirror of https://tildegit.org/ben/dotfiles
9 lines
263 B
JSON
9 lines
263 B
JSON
|
{
|
||
|
"editor.fontFamily": "IBM Plex Mono",
|
||
|
"editor.fontSize": 15,
|
||
|
"editor.wordWrap": "on",
|
||
|
"window.titleBarStyle": "custom",
|
||
|
"files.insertFinalNewline": true,
|
||
|
"terminal.external.linuxExec": "gnome-terminal",
|
||
|
"searchRipgrep.enable": true
|
||
|
}
|