Files
joururi-portfolio/.editorconfig
2026-01-18 16:43:02 +01:00

14 lines
229 B
INI

root = true
[*.{vue,astro}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false