Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 205 Bytes

clang-format.md

File metadata and controls

16 lines (10 loc) · 205 Bytes

Clang Format

Back{: .button}

Generating the config

clang-format -style=llvm -dump-config > .clang-format

Formatting files

clang-format -i *.cpp