From cd1df65dc36ac35d526de195284d5ebf18e1f92b Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 17 Dec 2021 18:52:36 +0000 Subject: test: Add ctests for generation functions. This commit also enforces error code checking on functions inside of the generation functions, such as for `libwifi_quick_add_tag`. --- utils/.clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 utils/.clang-format (limited to 'utils/.clang-format') diff --git a/utils/.clang-format b/utils/.clang-format new file mode 100644 index 0000000..111249f --- /dev/null +++ b/utils/.clang-format @@ -0,0 +1,8 @@ +--- +BasedOnStyle: LLVM +IndentWidth: '4' +SpaceAfterCStyleCast: 'true' +ColumnLimit: 400 +AllowShortFunctionsOnASingleLine: None +IndentCaseLabels: 'true' +... -- cgit 1.4.1