重學(xué)C++ 重構(gòu)你的C++知識體系
vscode自動識別猜測編碼方式:
?"files.autoGuessEncoding": true,
?"[c]": {
? ? ?"files.encoding": "gbk"
?},
?"[cpp]":{
? ? ?"files.encoding": "gbk"
?},
?"files.eol": "\n",
視圖, 字體,tab方面的配置:
?//VSCode自帶的小地圖太寬
?//寫代碼時太占用可編輯區(qū)域可以調(diào)小
?"editor.minimap.maxColumn": 40,
?
?// tab = 4 空格,以及顯示tab
?"editor.fontSize": 15,
?"editor.detectIndentation": false,
?"editor.tabSize": 4,
?"editor.renderControlCharacters": true,
?"editor.renderWhitespace": "all",
?"editor.fontFamily": "Consolas, 'Menlo', Menlo",
?"editor.formatOnPaste": false,
?"editor.lineHeight": 24,
標(biāo)簽: