Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 251 Bytes

clang-format

A .clang-format file to adhere to the google C++ style guide

  • You can easily verify how the formatter arranges things using the command below.
$ clang-format-19 test.cc --verbose
Formatting [1/1] test.cc
... skipped ...