diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..c204dfec9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{html,js,css,scss,json,yml,yaml}] +indent_size = 2 +indent_style = space