diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..dc11a3e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# http://editorconfig.org/ +root = yes + +[*] +indent_size = 4 +indent_style = tab