blob: 8da6886b232e3737f55140a38a25c05a3ee25d25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
version = 1
[[annotations]]
path = ["**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Felix Morgner <felix.morgner@gmail.com>"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = [
".clang-format",
".clang-tidy",
".clangd",
".gitignore",
".lazy.lua",
".nvim.lua",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Felix Morgner <felix.morgner@gmail.com>"
SPDX-License-Identifier = "CC0-1.0"
|