From df2e293f86673f0f7b5856b26f169ece05126b4d Mon Sep 17 00:00:00 2001 From: Eduardo Speroni Date: Wed, 8 Nov 2023 12:24:27 -0300 Subject: [PATCH] chore: add clang-format --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..df5ce85b --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +# uses the same styling as V8 +BasedOnStyle: Google +DerivePointerAlignment: false +MaxEmptyLinesToKeep: 1 \ No newline at end of file