From 553908a8567dda92b7fdf64cd3ad9c3fca1aec97 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 11 Jan 2021 14:03:15 +1000 Subject: [PATCH] add .clang-format so VS Code preserves formatting style on .proto save --- rslib/.clang-format | 1 + 1 file changed, 1 insertion(+) create mode 100644 rslib/.clang-format diff --git a/rslib/.clang-format b/rslib/.clang-format new file mode 100644 index 000000000..ea91c9ecf --- /dev/null +++ b/rslib/.clang-format @@ -0,0 +1 @@ +BasedOnStyle: google