From f09af77ce103add9d60b656d8bd7e995120dc54e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 8 Feb 2024 11:19:24 -0800 Subject: Add package.json for unit tests (#6245) The JS there is not an ES6 module, so declare it so (otherwise a package.json in a parent, perhaps in folders outside of our own project that we are pasted in, can cause an error, as require does not work in ES6 modules and we might be forced to be seen as one). Fixes #6240 --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index cedadcbd0..316f76d89 100644 --- a/.clang-format +++ b/.clang-format @@ -12,3 +12,6 @@ BinPackParameters: false Language: JavaScript DisableFormat: true --- +Language: Json +BasedOnStyle: LLVM +--- -- cgit v1.2.3