mapcomplete/.editorconfig
2022-09-08 20:57:11 +02:00

10 lines
154 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.ts]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true