watch-party-2/.editorconfig

13 lines
172 B
INI
Raw Permalink Normal View History

2023-04-11 22:59:23 +00:00
root = true
[*]
indent_style = space
2023-05-08 15:49:04 +00:00
indent_size = 2
2023-04-11 22:59:23 +00:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
2023-05-08 15:49:04 +00:00
[*.rs]
indent_size = 4