mirror of
https://github.com/rust-lang/futures-rs.git
synced 2026-01-25 03:26:14 +00:00
Add .editorconfig
Add `.editorconfig` with sensible defaults. Many editors understand editorconfig, and the most important one here is IntelliJ IDEA which does not insert file trailing newline by default, but does it out of box this provided `.editorconfig`.
This commit is contained in:
committed by
Taiki Endo
parent
d15ad36c89
commit
48d00962f4
6
.editorconfig
Normal file
6
.editorconfig
Normal file
@@ -0,0 +1,6 @@
|
||||
[*.rs]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
Reference in New Issue
Block a user