Files
tuono/.editorconfig
T

11 lines
147 B
INI
Raw Normal View History

2024-12-22 17:52:03 +01:00
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 80
[*.rs]
indent_size = 4