From d93148ffbdc8c9a5253918cfe680581dd5bbcd70 Mon Sep 17 00:00:00 2001 From: Florian Goße Date: Wed, 18 Jan 2017 10:51:35 +0100 Subject: chore(editorconfig): add editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..81adf67 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = True + +[*] +end_of_line = lf + +[*.js] +indent_style = tab + +[*.md] +indent_style = space +indent_size = 2 + +[{package.json,.travis.yml}] +indent_style = space +indent_size = 2 -- cgit v1.2.3