isaacbrodsky / h3-duckdb

Bindings for H3 to DuckDB
Apache License 2.0
170 stars 8 forks source link

Format with Makefile #88

Closed isaacbrodsky closed 8 months ago

isaacbrodsky commented 8 months ago

Note that this makes the formatter go from clang-format-9 to clang-format-14. This allows slimming down our CMakeLists.txt and forcing the H3 code formatting off.

This should resolve https://github.com/isaacbrodsky/h3-duckdb/pull/86#issuecomment-1969353837

isaacbrodsky commented 8 months ago

All C++ file changes in this PR are automatic formatting changes from make format.

carlopi commented 8 months ago

Thanks! I checked again more properly, and this does indeed work in skipping the checks.