all repos — archive/homestead @ 2af48053bb826da91cd217319ecfbbfc3ef492cf

My future indieweb platform

chore: add editorconfig file

Alan Pearce
commit

2af48053bb826da91cd217319ecfbbfc3ef492cf

parent

1d8c3484540f2bf5fa70eed2485df0b03efafa5b

1 file changed, 10 insertions(+), 0 deletions(-)

changed files
A .editorconfig
@@ -0,0 +1,10 @@
+root = true + +[*] +end_of_line = lf + +[*.{js,json}] +charset = utf-8 +indent_style = space +trim_trailing_whitespace = true +indent_size = 2