Files
booklore/booklore-ui/.editorconfig
2025-01-24 17:10:29 -07:00

17 lines
286 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
ij_typescript_use_double_quotes = false
[*.md]
max_line_length = off
insert_final_newline = false
trim_trailing_whitespace = false