rs-toolchain/.editorconfig

12 lines
141 B
INI
Raw Normal View History

2019-09-15 12:24:13 +03:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
max_line_length = 80
indent_size = 4
[*.yml]
indent_size = 2