rapid-test/.editorconfig

22 lines
337 B
INI

root = true
[*]
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
max_line_length = 100
[pages/api/bindings.ts]
charset = unset
insert_final_newline = unset
end_of_line = unset
indent_style = unset
indent_size = unset
max_line_length = unset