X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.editorconfig;h=ec6e107d547f0e6d7ff63e4866a641e3d2c4d1a5;hb=70f4c712c55929a2584b0a45bbca8ebf03079b9c;hp=3a8d3f7d8a6218b87299754b8befccfa9414cb11;hpb=c2baf5f2e303bc40ac370293c82927578b0ac3e4;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