diff options
Diffstat (limited to 'src/.clang-format')
-rw-r--r-- | src/.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-format b/src/.clang-format index 301680e..87ad91d 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -11,3 +11,4 @@ IndentCaseLabels: false ColumnLimit: 100 AlignConsecutiveMacros: Consecutive AllowShortFunctionsOnASingleLine: Empty +BreakStringLiterals: false |