# SPDX-FileCopyrightText: NONE
#
# SPDX-License-Identifier: CC0-1.0

# Separate config for test files
root = true

[trim_trailing_whitespace/*.md]
# Allow to add trailing whitespace in these files to test the respective check and fix
trim_trailing_whitespace = false

[{indent_style,indent_size}/*.md]
# To be able to add tab characters without copying them from somewhere
indent_style = tab

[insert_final_newline/*.md]
# Allow missing final newline in these files to test the respective check and fix
insert_final_newline = false
# Allow also trailing whitespace to test respective edge cases
trim_trailing_whitespace = false