From 58aef1c97900fc786733f4517cfe88bdd0ae7c35 Mon Sep 17 00:00:00 2001 From: Satoshi Konno Date: Thu, 2 Jan 2025 01:04:37 +0900 Subject: [PATCH] Update .clang-format --- .clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..e4fabb7 --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: WebKit +IndentWidth: 2 +BinPackArguments: false +BinPackParameters: false +BreakBeforeBraces: Stroustrup +PenaltyReturnTypeOnItsOwnLine: 1024 +ReflowComments: false +SortIncludes: false \ No newline at end of file