caddy-website/.editorconfig

10 lines
119 B
INI
Raw Normal View History

root = true
2020-11-24 17:20:24 -05:00
[*]
end_of_line = lf
insert_final_newline = true
[*.{md,css,js,html}]
indent_style = tab
indent_size = 4