X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.editorconfig;h=ec6e107d547f0e6d7ff63e4866a641e3d2c4d1a5;hb=eb04beb00558fd25499541e7caa49f95a9beb243;hp=3a8d3f7d8a6218b87299754b8befccfa9414cb11;hpb=8383e56973e56e904d3a0db8d8e026b1cc6665f6;p=rust.git diff --git a/.editorconfig b/.editorconfig index 3a8d3f7d8a6..ec6e107d547 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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