mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 06:11:42 +00:00
Update .editorconfig to allow trailing whitespace in .md files (#947)
This commit is contained in:
parent
dd8e04c6f4
commit
e30e35004e
1 changed files with 3 additions and 0 deletions
|
|
@ -13,3 +13,6 @@ trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.rb]
|
[*.rb]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue