1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 07:43:28 +01:00
actix-extras/.editorconfig
2020-01-30 00:31:25 +00:00

17 lines
229 B
INI

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