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:
parent
b86dfb7e45
commit
7f4ab8ec67
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue