Files
ic10emu/.editorconfig
2024-04-01 00:09:41 -07:00

15 lines
201 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_style = space
tab_width = 4
[*.{js,ts,css,scss,html}]
indent_style = space
indent_size = 2