diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 9999285c..4ff6f72e 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ # Copyright 2020-2021 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC --- AlignConsecutiveAssignments: true |