]> git.lizzy.rs Git - rust.git/blobdiff - .editorconfig
Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomcc
[rust.git] / .editorconfig
index 3c1f41bdcca6c6fd7ef721d7821433059962ee4b..ec6e107d547f0e6d7ff63e4866a641e3d2c4d1a5 100644 (file)
@@ -4,7 +4,6 @@
 
 root = true
 
-
 [*]
 end_of_line = lf
 charset = utf-8
@@ -13,13 +12,10 @@ insert_final_newline = true
 indent_style = space
 indent_size = 4
 
-[*.rs]
-indent_style = space
-indent_size = 4
-
-[*.toml]
-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