mirror of
https://github.com/openharmony/third_party_rust_futures-rs.git
synced 2026-06-30 21:47:57 -04:00
6213515611
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`.
7 lines
105 B
INI
7 lines
105 B
INI
[*.rs]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|