From 6555375b0631cad252fd67952964ac76a30e1fd9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 4 Aug 2024 19:06:59 +0900 Subject: [PATCH] all: add .clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..3da6bd35a --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +CommentPragmas: '^go:build'