From f56131976ea7e0945101a3ce97256dc1280cc0d3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 May 2023 13:43:26 -0400 Subject: Add clang formatting infrastructure Prep for reformatting the codebase. --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..59902b6c --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +Language: Cpp +BasedOnStyle: GNU +ColumnLimit: 100 +ForEachMacros: ['GLNX_HASH_TABLE_FOREACH', 'GLNX_HASH_TABLE_FOREACH_V', 'GLNX_HASH_TABLE_FOREACH_KV', 'GLNX_HASH_TABLE_FOREACH_IT'] -- cgit v1.2.1