]> git.lizzy.rs Git - rust.git/blobdiff - .editorconfig
remove the `Subst` trait, always use `EarlyBinder`
[rust.git] / .editorconfig
index a13173544d80a7e8b3fe5c57e85af494ae31ffc9..ec6e107d547f0e6d7ff63e4866a641e3d2c4d1a5 100644 (file)
@@ -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]