mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-01 20:06:53 +01:00
bebd781fdf
Command line: find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i -style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;