From 1e56ea83a84bdcbc53e328e0941a827c3e846cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Gonz=C3=A1lez?= Date: Wed, 1 Mar 2017 16:04:42 +0100 Subject: [PATCH] editorconfig --- .editorconfig | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ba49e3c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 diff --git a/package.json b/package.json index 3075d72..7943efc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "constellation-canvas", "description": "draws cute animated canvas constellations", - "version": "1.5.2", + "version": "1.5.3", "author": "Laura mayhem", "bugs": { "url": "https://github.com/walaura/constellation/issues",