From 26aea3c6900ebac024d94a3a8d9ea2994f2864a3 Mon Sep 17 00:00:00 2001 From: Josua Amann Date: Wed, 22 Nov 2017 22:01:23 +0100 Subject: [PATCH] add `.editorconfig` --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..658e904 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 + +[*.{js,html,css,scss,json,yml}] +indent_style = space +indent_size = 2