mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-22 17:09:50 +00:00
Added rules for Markdown files (#112)
This commit is contained in:
@ -10,3 +10,8 @@ insert_final_newline = true
|
|||||||
[*.{yaml|yml}]
|
[*.{yaml|yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
Reference in New Issue
Block a user