mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
Don't trim trailing whitespace in markdown files
This commit is contained in:
parent
25b43d2bf9
commit
f42581850f
1 changed files with 3 additions and 0 deletions
|
@ -10,5 +10,8 @@ trim_trailing_whitespace = true
|
|||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Add table
Reference in a new issue