summaryrefslogtreecommitdiff
path: root/.clang-format
AgeCommit message (Collapse)Author
2024-11-14clang-format: Update config filePaul Cristian Sarbu
The base style already handles correctly the system includes, so one needs to only add regex expressions to handle third-party and own includes. This fixes also the include formatting of git_config_run.test.cpp.
2024-06-17Use c++20 standard in clang-formatMaksim Denisov
2022-11-07Add configuration for clang-format and clang-tidyKlaus Aehlig