relay/.editorconfig

13 lines
172 B
INI
Raw Normal View History

2024-11-25 00:25:03 +00:00
root = true
[*]
indent_style = space
2024-11-27 03:28:27 +00:00
indent_size = 2
2024-11-25 00:25:03 +00:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
2024-11-27 03:28:27 +00:00
[*.rs]
indent_size = 4