From 4b0b06c2389ffbe2c6fda4639fc99fb192a07b0b Mon Sep 17 00:00:00 2001 From: lasan Date: Fri, 5 Jun 2026 09:50:29 +0530 Subject: [PATCH] formatting stuff --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 16237079..b9281491 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ BasedOnStyle: Google -Standard: Cpp17 +Standard: c++17 ColumnLimit: 80 IndentWidth: 2 ContinuationIndentWidth: 4