chore: add editorconfig file
Alan Pearce alan@alanpearce.eu
Sun, 18 Jun 2017 00:29:46 +0200
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