mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-24 16:25:18 +00:00
337a6a3b76
We have a lot of verbose headers, and i think now is the best opportunity we have to become reuse compliant given that we just did two other similar maintenance changes (prettier, typescirpt5 & eslint9 & typescript-eslint). * synapse_antispam resuse headers. * delete old unused tslint.json. * Add REUSE to pre-commit config. * reuse info for config directory.
19 lines
385 B
INI
19 lines
385 B
INI
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[{LICENSE,NOTICE,*.{md,yml,yaml,json,txt}}]
|
|
trim_trailing_whitespace = false
|
|
indent_style = space
|
|
indent_size = unset
|