Files
blog-frontend-v2/.editorconfig

14 lines
173 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,ts,astro,json,yml}]
indent_style = space
indent_size = 2
[*.css]
indent_style = space
indent_size = 4