diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-28 09:08:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-28 09:08:05 +0000 |
commit | 4c788f43cbcd70bcceb4e40891d329952aa016d0 (patch) | |
tree | 9cd741579d79355a207ab74d37f26af768281fa0 /.editorconfig | |
parent | 616129d41caac06a1ea0b0a36d1b3018eabac833 (diff) | |
download | gitlab-ce-4c788f43cbcd70bcceb4e40891d329952aa016d0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index d704f20c726..56ce6d87145 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |