0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-20 21:58:10 +00:00
Files
libsql/libsql-sqlite3/ext/crr/.clang-format

9 lines
298 B
Plaintext
Raw Permalink Normal View History

2023-03-30 08:41:27 -04:00
# Use the Google style in this project.
BasedOnStyle: Google
# Some folks prefer to write "int& foo" while others prefer "int &foo". The
# Google Style Guide only asks for consistency within a project, we chose
# "int &foo" for this project:
DerivePointerAlignment: false
PointerAlignment: Right