api/.editorconfig

10 lines
122 B
INI
Raw Normal View History

2024-01-13 01:16:01 +01:00
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_style = space
indent_size = 4