Files
overcrawlrr/.editorconfig
2024-08-21 20:27:14 +02:00

10 lines
148 B
INI

[*]
end_of_line = lf
insert_final_newline = true
max_line_length = 160
trim_trailing_whitespace = true
[*.ts]
indent_style = space
indent_size = 4