grc-iit / ChronoLog

ChronoLog: A High-Performance Storage Infrastructure for Activity and Log Workloads
https://chronolog.dev
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

Add pre-comit formattng script #124

Open ibrodkin opened 4 months ago

ibrodkin commented 4 months ago

Add pre-commit git hook script to ChronoLog git configuration that would be envoked every time anyone tries to commit a changed file. The pre-commit hook would run clang-format on the changed file using chronolog.clang-format style file and make formatting changes to the staged file if needed.