Commit 6585665f authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'bw-update-editorconfig' into 'master'

Do not trim whitespace in markdown files

See merge request gitlab-org/gitlab!33193
parents 1b4bb74d d7a7b97a
......@@ -13,3 +13,6 @@ indent_size = 2
[*.{js,json,vue,scss,rb,haml,yml,md}]
indent_style = space
charset = utf-8
[*.{md,markdown}]
trim_trailing_whitespace = false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment