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