all repos — archive/homestead @ 2af48053bb826da91cd217319ecfbbfc3ef492cf

My future indieweb platform

.editorconfig (view raw)

1
2
3
4
5
6
7
8
9
10
root = true

[*]
end_of_line = lf

[*.{js,json}]
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
indent_size = 2