diff options
author | Marc <foxtrot@malloc.me> | 2022-01-09 15:21:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 15:21:47 +0000 |
commit | 0bd924735125b34b74c893936b89cfae02e3379d (patch) | |
tree | c8140bf65c24791874fa9b0e194773178a34da83 /test/src/.clang-format | |
parent | 8e09d29df19312583747a3de00fe4269c17e6586 (diff) | |
parent | 11c7393bebe4df6e2061f69787f4a7dd5c31f077 (diff) | |
download | libwifi-0bd924735125b34b74c893936b89cfae02e3379d.tar.gz libwifi-0bd924735125b34b74c893936b89cfae02e3379d.tar.bz2 libwifi-0bd924735125b34b74c893936b89cfae02e3379d.zip |
Merge pull request #3 from libwifi/test
test: Add ctests for parse and generate functions.
Diffstat (limited to 'test/src/.clang-format')
-rw-r--r-- | test/src/.clang-format | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/src/.clang-format b/test/src/.clang-format deleted file mode 100644 index 111249f..0000000 --- a/test/src/.clang-format +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | --- | ||
2 | BasedOnStyle: LLVM | ||
3 | IndentWidth: '4' | ||
4 | SpaceAfterCStyleCast: 'true' | ||
5 | ColumnLimit: 400 | ||
6 | AllowShortFunctionsOnASingleLine: None | ||
7 | IndentCaseLabels: 'true' | ||
8 | ... | ||