Skip to content

a comparison of common C++ style guides

Notifications You must be signed in to change notification settings

bmelanman/cppstylelineup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Style Guide Lineup

This is a comparison of the following coding styles:

Why those seven? Because clang-format supports them as base styles.

This comparison only looks at formatting issues.

Compile and format

g++ llvm.cpp -o llvm
clang-format -i --style=LLVM llvm.cpp # style keys: LLVM, Google, Chromium, Mozilla, WebKit

Contribute

Please write me if you find a mistake (contact via my profile).

About

a comparison of common C++ style guides

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%