mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 02:42:09 +00:00
Added rules for Markdown files (#112)
This commit is contained in:
parent
035a130c6b
commit
cb391c9f7d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user