diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1e90de7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# Indentation override for all JS +[*.js] +indent_style = space +indent_size = 4