dotfiles/.config/Code - OSS/User/settings.json

11 lines
255 B
JSON
Raw Normal View History

2020-09-14 11:12:41 +02:00
{
"workbench.colorTheme": "Atom One Dark",
"editor.fontFamily": "Fira Code",
"editor.minimap.enabled": false,
2020-09-14 12:40:03 +02:00
"editor.fontLigatures": true,
"editor.renderControlCharacters": false,
"editor.rulers": [
80,
120
]
2020-09-14 11:12:41 +02:00
}