diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-11-15 12:51:46 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-11-15 12:51:46 +0100 |
commit | c6846d9c3a35145467c3276f35742e562d584b36 (patch) | |
tree | 8e1425fae4c5372bf2c3d122d7ef9c652dd00686 /deps/inja/.clang-format | |
parent | c2ef613b99d01e742127d894756e49f42b1f264d (diff) | |
parent | 662f5a771f3807bf7ebd5a3989230d5d0a26659d (diff) |
Merge commit '662f5a771f3807bf7ebd5a3989230d5d0a26659d'
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'deps/inja/.clang-format')
-rw-r--r-- | deps/inja/.clang-format | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/deps/inja/.clang-format b/deps/inja/.clang-format index 5486ac5..3a48294 100644 --- a/deps/inja/.clang-format +++ b/deps/inja/.clang-format @@ -1,7 +1,14 @@ --- +BasedOnStyle: LLVM +IndentWidth: 2 +ColumnLimit: 160 + +--- Language: Cpp -BasedOnStyle: LLVM -ColumnLimit: 120 SpaceBeforeCpp11BracedList: true +PointerAlignment: Left +AllowShortFunctionsOnASingleLine: Empty +AllowShortBlocksOnASingleLine: Empty +SpaceBeforeCtorInitializerColon: false ... |