rustpad/.editorconfig

11 lines
147 B
INI

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
tab_width = 4
[*.{js,jsx,ts,tsx,html,css}]
tab_width = 2