Skip to content

Commit

Permalink
Rollup merge of rust-lang#81260 - vn971:restore-editorconfig, r=Mark-…
Browse files Browse the repository at this point in the history
…Simulacrum

Add .editorconfig

This adds a .editorconfig file to rust-lang/rust, matching Clippy's. It's not clear that this will benefit many people, but the cost is low and the rewards are potentially meaningful.
  • Loading branch information
jackh726 committed Feb 2, 2021
2 parents 448a97b + e05e477 commit b56b751
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ indent_style = space
indent_size = 4

[*.md]
# double whitespace at end of line
# denotes a line break in Markdown
trim_trailing_whitespace = false

[*.yml]
Expand Down

0 comments on commit b56b751

Please sign in to comment.