all repos — archive/homestead @ 2af48053bb826da91cd217319ecfbbfc3ef492cf

My future indieweb platform

chore: add editorconfig file
Alan Pearce alan@alanpearce.eu
Sun, 18 Jun 2017 00:29:46 +0200
commit

2af48053bb826da91cd217319ecfbbfc3ef492cf

parent

1d8c3484540f2bf5fa70eed2485df0b03efafa5b

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

jump to
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