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",