X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.editorconfig;h=ec6e107d547f0e6d7ff63e4866a641e3d2c4d1a5;hb=bdc6ece1b632324f72cfa23c8ef964fe553d5be7;hp=a13173544d80a7e8b3fe5c57e85af494ae31ffc9;hpb=dd06c06183e634b000198958c4ba9dc6d1f0616d;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]