kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/.clang-format (about)

     1  # Copyright 2017 Google Inc. All rights reserved.
     2  BasedOnStyle: Google
     3  
     4  # While Google style guide allows both left and right:
     5  # https://google.github.io/styleguide/cppguide.html#Pointer_and_Reference_Expressions
     6  # for Kythe we prefer aligning the sigil with its type.
     7  DerivePointerAlignment: false
     8  PointerAlignment: Left
     9  
    10  # This is necessary because kythe's verifier comments get royally fubar'd by
    11  # aggressive reformatting of comments. Verifier bits typically start with '//-'
    12  # so we can safely ignore them. If you get rid of this, expect lots of pain and
    13  # test failures.
    14  CommentPragmas: ^-