summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-07-03 19:16:21 +0530
committersinanmohd <sinan@sinanmohd.com>2024-07-03 22:28:45 +0530
commit5602a17e4c916c1fe90a0025fbdceb0621e2e9ba (patch)
treee454fdaba66a9a0d34ca2ecbde5a978ecb9f29b5 /.clang-format
parent4a00927f139c545288c1ae2d197d4fdc8fa36051 (diff)
solver_greedy: init
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
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