Merge pull request #24753 from nate-double-u/24731-fix-.editorconfig-md

.editorconfig: turning off trim_trailing_whitespace for markdown files
pull/24892/head
Kubernetes Prow Robot 2020-11-04 14:16:53 -08:00 committed by GitHub
commit 90722553f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ charset = utf-8
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{css,html,js,json,sass,md,mmark,toml,yaml}]
indent_style = space
indent_size = 2