vscodesetting/settings.json

26 lines
892 B
JSON
Raw Normal View History

2019-04-06 22:52:21 +08:00
{
"python.pythonPath": "/home/colin/anaconda2/bin/python",
"workbench.colorTheme": "Default Light+",
"editor.tabSize": 2,
"C_Cpp.errorSquiggles": "Disabled",
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"[cpp]": {},
"C_Cpp.clang_format_style": "Google",
2019-04-08 17:49:13 +08:00
"editor.rulers": [
80
],
"workbench.startupEditor": "newUntitledFile",
2019-04-09 19:47:10 +08:00
"workbench.colorCustomizations": {
2019-05-05 19:21:00 +08:00
"editor.selectionBackground": "#ffa9cd",
2019-04-10 16:12:19 +08:00
"editor.selectionHighlightBackground": "#ffa8a8",
2019-04-09 19:47:10 +08:00
"editorOverviewRuler.findMatchForeground": "#0000ff",
2019-04-10 16:12:19 +08:00
"editorOverviewRuler.selectionHighlightForeground": "#ff0000",
2019-04-09 19:47:10 +08:00
"editorCursor.foreground": "#007523",
"editorBracketMatch.border": "#fffb00",
"editorBracketMatch.background": "#fffb00",
2019-05-05 10:21:33 +08:00
},
"editor.fontSize": 15,
"editor.fontFamily": "SF Mono"
2019-04-06 22:52:21 +08:00
}