mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 00:28:52 +01:00
don't trim trailing whitespace in markdown files
This commit is contained in:
parent
a436a2536f
commit
520fa99a00
@ -8,4 +8,7 @@ trim_trailing_whitespace = true
|
|||||||
[*.{js, conf, json}]
|
[*.{js, conf, json}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user