Update .editorconfig file (#22)

* adding trim_trailing_whitespace = false to .editorconfig for markdown files.

Signed-off-by: Nate W <nwaddington@cncf.io>
This commit is contained in:
Nate W 2020-10-30 23:26:41 +00:00 committed by GitHub
parent b86dfb7e45
commit 7f4ab8ec67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,9 +4,13 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
[*.{html,js,json,md,sass,yaml}]
indent_style = space
indent_size = 2