Files
ndk-samples/.clang-format
Dan Albert f3b1f879f1 Fix .clang-format to not preserve bad format.
Deriving pointer alignment essentially makes this do nothing, since for
whatever reason (fighting with Studio maybe?), for new files it's
deriving the wrong style.
2024-08-28 05:55:16 -07:00

3 lines
51 B
YAML

BasedOnStyle: Google
DerivePointerAlignment: false