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

11 lines
No EOL
255 B
JSON

{
"workbench.colorTheme": "Atom One Dark",
"editor.fontFamily": "Fira Code",
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"editor.renderControlCharacters": false,
"editor.rulers": [
80,
120
]
}