diff --git a/Userland/Libraries/LibCodeComprehension/Cpp/Tests/.clang-format b/Userland/Libraries/LibCodeComprehension/Cpp/Tests/.clang-format new file mode 100644 index 00000000000..48ad0abce45 --- /dev/null +++ b/Userland/Libraries/LibCodeComprehension/Cpp/Tests/.clang-format @@ -0,0 +1,4 @@ +# These are all test files, don't format them, as they maybe +# intentionally miss-formatted. +DisableFormat: true +SortIncludes: Never