不同风格比较
- Google 好用,习惯,简洁。
- Chromium
- Mozilla
- Webkit
- LLVM
- Visual Studio
Code Style Setting
Vscode设置
"C_Cpp.clang_format_style":
"{ BasedOnStyle: Google, IndentWidth: 4}"
indent
alias cindent="indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 -nut"