dot/vscode/.config/Code - OSS/User/settings.json

8 lines
198 B
JSON
Raw Normal View History

2019-10-15 17:05:55 -04:00
{
2019-09-29 05:50:29 -04:00
"cmake.configureOnOpen": true,
2019-10-15 17:05:55 -04:00
"editor.fontFamily": "'Inconsolata Nerd Font Mono'",
"C_Cpp.updateChannel": "Insiders",
"editor.tabSize": 2,
"editor.detectIndentation": false
2019-10-15 11:09:05 -04:00
}