From 5602a17e4c916c1fe90a0025fbdceb0621e2e9ba Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 3 Jul 2024 19:16:21 +0530 Subject: solver_greedy: init --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index f304ad3..8424e95 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,7 @@ IndentCaseLabels: false AlignConsecutiveMacros: true AllowShortIfStatementsOnASingleLine: false +AllowShortFunctionsOnASingleLine: Empty ContinuationIndentWidth: 8 IndentWidth: 8 -- cgit v1.2.3