zoodex/.editorconfig

9 lines
146 B
INI
Raw Permalink Normal View History

2026-01-02 13:41:46 +01:00
root = true
[*.rs]
charset = utf-8
indent_style = tab
tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true