1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

merge project metadata

This commit is contained in:
Rob Ede
2020-01-30 00:31:25 +00:00
parent e05b153039
commit aac1158304
25 changed files with 281 additions and 499 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
[*.md]
indent_size = 2
trim_trailing_whitespace = false