Skip to content

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

License

Notifications You must be signed in to change notification settings

RyanJeong/clang-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages