X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.editorconfig;h=ec6e107d547f0e6d7ff63e4866a641e3d2c4d1a5;hb=e7c55a478fd78cae940b0b43fbdbd4b4c7c6567b;hp=a13173544d80a7e8b3fe5c57e85af494ae31ffc9;hpb=9a008e293e369d3ba87fdd27637ff909453bf8d9;p=rust.git diff --git a/.editorconfig b/.editorconfig index a13173544d8..ec6e107d547 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,8 @@ indent_style = space indent_size = 4 [*.md] +# double whitespace at end of line +# denotes a line break in Markdown trim_trailing_whitespace = false [*.yml]