1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +00:00

Added rules for Markdown files (#112)

This commit is contained in:
2021-10-18 12:43:14 +02:00
committed by GitHub
parent 035a130c6b
commit cb391c9f7d

View File

@ -10,3 +10,8 @@ insert_final_newline = true
[*.{yaml|yml}]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false