about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVasili Novikov <vasya.novikov+cm3513git@gmail.com>2021-01-22 09:51:23 +0100
committerVasili Novikov <vasya.novikov+cm3513git@gmail.com>2021-02-02 18:13:18 +0100
commite05e47745071d332ddb30a65adc6a32eec57eeeb (patch)
treedc1bd9db03dcec85112fb3f48f47dd7541f6a6cc
parent2be935d396a650a1480859a75011a742df882c74 (diff)
downloadrust-e05e47745071d332ddb30a65adc6a32eec57eeeb.tar.gz
rust-e05e47745071d332ddb30a65adc6a32eec57eeeb.zip
Add .editorconfig
Editorconfig is a lightweight specification that
helps maintaining consistent coding/formatting style
accross editors, especially those editors
that are not explicitly aware of Rust and rustfmt.

https://editorconfig.org/
-rw-r--r--.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index a13173544d8..ec6e107d547 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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]