Skip to content
Snippets Groups Projects
  • Eric Fiselier's avatar
    894a869e
    Add Google-style .clang-format file. · 894a869e
    Eric Fiselier authored
    It would be nice if the repository contained a clang-format
    config file so that PR submitters could use tooling to correctly
    format their code match Googles/abseils style.
    
    This also makes it easier for reviewers to specify what coding style
    should be used. ie the one the tooling produces.
    
    The clang-format file is the default Google configuration as dumped by `clang-format`.
    I'm not sure abseil will want the exact same options, but it seemed like the right
    starting place.
    894a869e
    History
    Add Google-style .clang-format file.
    Eric Fiselier authored
    It would be nice if the repository contained a clang-format
    config file so that PR submitters could use tooling to correctly
    format their code match Googles/abseils style.
    
    This also makes it easier for reviewers to specify what coding style
    should be used. ie the one the tooling produces.
    
    The clang-format file is the default Google configuration as dumped by `clang-format`.
    I'm not sure abseil will want the exact same options, but it seemed like the right
    starting place.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.