0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-20 23:28:28 +02:00

Don't trim trailing whitespaces for markdown (#467)

This commit is contained in:
Matthias Loibl 2016-12-24 02:35:37 +01:00 committed by Lunny Xiao
parent 6aacf4d2f0
commit 99c6556ff3

View File

@ -25,3 +25,6 @@ indent_size = 4
[Makefile] [Makefile]
indent_style = tab indent_style = tab
[*.md]
trim_trailing_whitespace = false