diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-09 10:23:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-10-09 10:23:44 +0000 |
commit | e69bae37c621e77b7ac63e8bc09eef7ab639b95f (patch) | |
tree | c21b01a9864d72ac57dc0fd3b68f3abb27757cda /.clang-format | |
parent | Releasing debian version 1.6.3-4. (diff) | |
download | ttyd-e69bae37c621e77b7ac63e8bc09eef7ab639b95f.tar.xz ttyd-e69bae37c621e77b7ac63e8bc09eef7ab639b95f.zip |
Merging upstream version 1.6.3+20210924.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index f23b895..938dda8 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,6 @@ -BasedOnStyle: Google +BasedOnStyle: Google Language: Cpp -ColumnLimit: 100 +ColumnLimit: 120 +IndentWidth: 2 +TabWidth: 2 +UseTab: Never
\ No newline at end of file |