]> git.lizzy.rs Git - rust.git/blobdiff - .editorconfig
remove the `Subst` trait, always use `EarlyBinder`
[rust.git] / .editorconfig
index 3a8d3f7d8a6218b87299754b8befccfa9414cb11..ec6e107d547f0e6d7ff63e4866a641e3d2c4d1a5 100644 (file)
@@ -13,4 +13,9 @@ indent_style = space
 indent_size = 4
 
 [*.md]
+# double whitespace at end of line
+# denotes a line break in Markdown
 trim_trailing_whitespace = false
+
+[*.yml]
+indent_size = 2