Skip to content

motine/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 open an issue or create a merge request if you find a mistake.

About

a comparison of common C++ style guides

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages