Files
PosterMaker/PosterMaker.UI/ClientApp/.editorconfig
T
Jānis Kacēns 3889e684b4 Initial commit
2024-04-10 12:21:36 +03:00

20 lines
313 B
INI

# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[*.{razor,cshtml}]
charset = utf-8-bom