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