caddy-website/.editorconfig
2024-09-29 05:44:26 -04:00

9 lines
119 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{md,css,js,html}]
indent_style = tab
indent_size = 4