diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-03 19:16:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-03 22:28:45 +0530 |
commit | 5602a17e4c916c1fe90a0025fbdceb0621e2e9ba (patch) | |
tree | e454fdaba66a9a0d34ca2ecbde5a978ecb9f29b5 /.clang-format | |
parent | 4a00927f139c545288c1ae2d197d4fdc8fa36051 (diff) |
solver_greedy: init
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
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 |