2025-08-12 01:55:49 -05:00
|
|
|
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
|
|
|
#
|
2025-08-12 03:13:42 -05:00
|
|
|
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
2023-03-21 16:56:27 -05:00
|
|
|
|
2022-04-03 08:50:08 +00:00
|
|
|
default: true
|
|
|
|
line-length: false
|
2022-05-21 16:55:14 -05:00
|
|
|
ul-indent:
|
|
|
|
indent: 4
|
2022-04-03 08:50:08 +00:00
|
|
|
no-inline-html: false
|
|
|
|
code-block-style: false
|
2024-03-31 06:10:46 -05:00
|
|
|
no-hard-tabs: true
|
2022-04-03 08:50:08 +00:00
|
|
|
emphasis-style:
|
|
|
|
style: "asterisk"
|
2025-01-24 17:37:12 -06:00
|
|
|
no-trailing-punctuation: false
|
2025-02-13 13:12:32 -06:00
|
|
|
no-duplicate-heading:
|
|
|
|
siblings_only: true
|