2020-11-30 VS Code 設定Linux風格
快捷鍵Shift + Alt + F
開啟檔案->首選項->設定
或者快捷鍵Ctrl + ,
搜尋設定clang
如下圖
在上圖中 C_Cpp:Clang_format_style
下面的輸入框中輸入:
{
BasedOnStyle: Google,
UseTab: Never,
IndentWidth: 4,
TabWidth: 4,
AllowShortIfStatementsOnASingleLine: false,
ColumnLimit: 0
}
設定為Google排版方式
//Linux kernel style,Linux 核心排版樣式
{
BasedOnStyle: LLVM,
IndentWidth: 4,
ColumnLimit: 0,
UseTab: Never,
BreakBeforeBraces: Linux,
AllowShortIfStatementsOnASingleLine: false,
IndentCaseLabels: false,
AlignConsecutiveMacros: true
}
{
BasedOnStyle: WebKit,
UseTab: Never,
IndentWidth: 4,
TabWidth: 4,
AllowShortIfStatementsOnASingleLine: false,
ColumnLimit: 0,
DerivePointerAlignment: false,
PointerAlignment: Right,
AlignAfterOpenBracket: Align,
AlignConsecutiveMacros: true
}
參考連結 https://blog.csdn.net/whuer_xiaojie/article/details/105163144
相關文章
- VScode go程式碼風格格式化設定VSCodeGo
- 物件導向程式設計風格 VS 基於物件程式設計風格(boost::bind/function)物件程式設計Function
- vscode中prettier設定VSCode
- Github Colilot VS Code設定Github
- 【Swing】UI外觀風格設定UI
- vscode的python設定VSCodePython
- vscode設定背景圖片VSCode
- Linux下設定VSCode為預設的文字編輯器LinuxVSCode
- 在 Visual Studio Code (VS Code) 中設定
- VsCode常用設定(新手必備!)VSCode
- VsCode常用設定,新手必備!VSCode
- Vs Code Batch-runner 外掛設定BAT
- 筆記本中vscode設定筆記VSCode
- 如何在vscode中用standard style 風格去驗證 vue檔案VSCodeVue
- VSCode設定中文語言顯示VSCode
- vscode設定 settings.jsonVSCodeJSON
- Linux C 的風格Linux
- Google C++ 程式設計風格指南:命名約定GoC++程式設計
- REST設計風格REST
- vscode註釋快捷鍵是啥 vscode註釋快捷鍵設定VSCode
- Visual Studio Code(VSCODE)語言設定為中文VSCode
- 透過Github同步你的VScode設定GithubVSCode
- VS Code使用之基本設定與配置詳解
- VS Code 如何設定大小寫轉換快捷鍵
- vscode 編輯器內網代理設定VSCode內網
- VScode使用Jupyter並設定IJava核心VSCodeJava
- UI培訓教程分享:UI設計如何確定設計風格UI
- 透過vscode寫部落格VSCode
- Google C++程式設計風格指南(五):命名約定GoC++程式設計
- PyQT5之設定視窗控制元件風格QT控制元件
- C 語言程式碼風格之 Linux 核心程式碼風格Linux
- Javascript程式設計風格JavaScript程式設計
- VS Code書寫vue專案配置 eslint+prettier 統一程式碼風格VueEsLint
- vscode 設定按鈕 戴上了聖誕帽!VSCode
- vscode 如何設定滑輪滾動快捷鍵VSCode
- win10桌面ios風格怎麼設定_win10如何將桌面變成蘋果ios風格介面Win10iOS蘋果
- 深入學習Linux系統,Linux核心程式設計風格(轉)Linux程式設計
- VS背景設定