diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:11:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-17 07:11:12 +0000 |
commit | b72837827d9290c7ec50b9e4b9e1a0f194ddccca (patch) | |
tree | 8df663325413d0f92086d740638555de6b779df7 /.clang-format | |
parent | Adding upstream version 1.1.0+debian. (diff) | |
download | dnsjit-b72837827d9290c7ec50b9e4b9e1a0f194ddccca.tar.xz dnsjit-b72837827d9290c7ec50b9e4b9e1a0f194ddccca.zip |
Adding upstream version 1.2.1.upstream/1.2.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 1bd4430..0000000 --- a/.clang-format +++ /dev/null @@ -1,6 +0,0 @@ -BasedOnStyle: webkit -IndentWidth: 4 -AlignConsecutiveAssignments: true -AlignConsecutiveDeclarations: true -AlignOperands: true -SortIncludes: false |