ol_site/.editorconfig
nk 5a3f47dee1
All checks were successful
/ test (push) Successful in 5s
Replace svelte template with 11ty blog template
2025-08-27 23:45:38 +03:00

9 lines
144 B
INI

root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8