From 2af48053bb826da91cd217319ecfbbfc3ef492cf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 00:29:46 +0200 Subject: chore: add editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fd545b6 --- /dev/null +++ b/.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 \ No newline at end of file -- cgit 1.4.1