watch-party/.editorconfig
videogame hacker 468843c430 Initial commit
2021-10-24 23:48:27 +01:00

12 lines
186 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
[*.rs]
indent_size = 4