Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 997 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 997 Bytes

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.