mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +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]
|
||||
charset = utf-8
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue